mapserver/static/js/rollup.config.js
NatureFreshMilk 3b28b3badd rollup config
2019-09-19 08:03:57 +02:00

11 lines
129 B
JavaScript

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