1
0
forked from MTSR/mapserver
mapserver/static/js/rollup.config.js

11 lines
127 B
JavaScript
Raw Normal View History

2019-09-19 09:03:57 +03:00
2019-09-19 12:51:55 +03:00
export default {
2019-09-19 09:03:57 +03:00
input: 'main.js',
output: {
file :'bundle.js',
format: 'umd',
sourcemap: true,
compact: true
}
};