UNPKG

nk-lightbox

Version:
15 lines (14 loc) 290 B
const path = require('path'); import babel from 'rollup-plugin-babel'; export default [{ input: `./main.js`, output: [{ file: `./index.js`, format: 'es', }], plugins: [ babel({ exclude: 'node_modules/**' }) ] }]