mapserver/public/rollup.config.js

11 lines
136 B
JavaScript

module.exports = {
input: 'js/main.js',
output: {
file :'js/bundle.js',
format: 'iife',
sourcemap: true,
compact: true
}
};