1 Star 1 Fork 0

E_M/echarts-liquidfill

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
webpack.config.js 669 Bytes
一键复制 编辑 原始数据 按行查看 历史
pissang 提交于 2021-01-07 21:30 . refact: update to echarts5 #119 #121 #120
module.exports = (env, options) => {
return {
entry: {
'echarts-liquidfill': __dirname + '/index.js'
},
output: {
libraryTarget: 'umd',
library: ['echarts-liquidfill'],
path: __dirname + '/dist',
filename: options.mode === 'production' ? '[name].min.js' : '[name].js'
},
optimization: {
concatenateModules: true
},
externals: {
'echarts/lib/echarts': 'echarts'
},
devtool: 'source-map',
resolve: {
alias: {
'echarts/lib/echarts': 'echarts'
}
}
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/E_M/echarts-liquidfill.git
git@gitee.com:E_M/echarts-liquidfill.git
E_M
echarts-liquidfill
echarts-liquidfill
master

搜索帮助