forked from MTSR/mapserver
rollup config
This commit is contained in:
parent
7c24c4b030
commit
3b28b3badd
2
static/js/.gitignore
vendored
Normal file
2
static/js/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
bundle.js
|
||||||
|
bundle.js.map
|
10
static/js/rollup.config.js
Normal file
10
static/js/rollup.config.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
module.exports = {
|
||||||
|
input: 'main.js',
|
||||||
|
output: {
|
||||||
|
file :'bundle.js',
|
||||||
|
format: 'umd',
|
||||||
|
sourcemap: true,
|
||||||
|
compact: true
|
||||||
|
}
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user