leanwebclub/structure-and-scale/seven-seas-bundlers/rollup.config.js

7 lines
99 B
JavaScript

export default {
input: 'index.js',
output: {
file: 'bundle.js',
format: 'iife'
}
};