1 Star 0 Fork 0

周浩/mySpace

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
webpack.config.js 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
周浩 提交于 2021-05-20 10:56 . mySpace
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
if(process.env.NODE_ENV === 'production'){
module.exports = {
devtool:"none",
plugins:[new BundleAnalyzerPlugin()],
externals:{
vue:'Vue',
vuex:'Vuex',
"vue-router":'VueRouter',
axios:'axios'
}
}
}else{
module.exports = {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zh277995998/my-space.git
[email protected]:zh277995998/my-space.git
zh277995998
my-space
mySpace
main

搜索帮助