1 Star 0 Fork 1

AndrewChen/folio-2019

forked from larva/folio-2019 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
webpack.prod.js 341 Bytes
一键复制 编辑 原始数据 按行查看 历史
const webpackMerge = require('webpack-merge')
const commonConfiguration = require('./webpack.common.js')
const { CleanWebpackPlugin } = require('clean-webpack-plugin')
module.exports = webpackMerge(
commonConfiguration,
{
mode: 'production',
plugins:
[
new CleanWebpackPlugin()
]
}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/AndrewChenVIP/folio-2019.git
git@gitee.com:AndrewChenVIP/folio-2019.git
AndrewChenVIP
folio-2019
folio-2019
master

搜索帮助