1 Star 0 Fork 0

qq5272689/Yearning-gemini-sync

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
HenryYee 提交于 2021-01-25 18:33 . 2.3.2 GA
const TerserPlugin = require('terser-webpack-plugin')
module.exports = {
publicPath: '/front',
assetsDir: './assets',
css: {
loaderOptions: { // 向 CSS 相关的 loader 传递选项
less: {
javascriptEnabled: true
}
}
},
runtimeCompiler: true,
productionSourceMap: false,
devServer: {
proxy: 'http://localhost:8000'
},
configureWebpack: (config)=>{
if(process.env.NODE_ENV === 'production'){
config.optimization.minimizer[0].options.terserOptions.compress.drop_console = true
}
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/golden-go/Yearning-gemini-sync.git
git@gitee.com:golden-go/Yearning-gemini-sync.git
golden-go
Yearning-gemini-sync
Yearning-gemini-sync
master

搜索帮助