| Current Path : /var/www/html/eform/npm/Ladda/ |
| Current File : /var/www/html/eform/npm/Ladda/rollup.config.js |
import resolve from 'rollup-plugin-node-resolve';
export default [
{
input: '../../www/portalassets/dist/index.js',
output: {
file: '../../www/portalassets/dist/index-bundle.js',
format: 'iife'
},
plugins: [resolve()]
},
{
input: 'site/form.js',
output: {
file: '../../www/portalassets/dist/form-bundle.js',
format: 'iife'
},
plugins: [resolve()]
},
];