mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-06-20 23:26:18 +02:00
Start again
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
var PROD = process.argv.indexOf('-p') >= 0;
|
||||
|
||||
module.exports = {
|
||||
entry: {
|
||||
'echarts': __dirname + '/index.js',
|
||||
'echarts.simple': __dirname + '/index.simple.js',
|
||||
'echarts.common': __dirname + '/index.common.js'
|
||||
},
|
||||
output: {
|
||||
libraryTarget: 'umd',
|
||||
library: 'echarts',
|
||||
path: __dirname + '/dist',
|
||||
filename: PROD ? '[name].min.js' : '[name].js'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user