forked from MTSR/mapserver
11 lines
136 B
JavaScript
11 lines
136 B
JavaScript
|
|
module.exports = {
|
|
input: 'js/main.js',
|
|
output: {
|
|
file :'js/bundle.js',
|
|
format: 'iife',
|
|
sourcemap: true,
|
|
compact: true
|
|
}
|
|
};
|