提交 2de333db 编写于 作者: C CodFrm

修改package通过CI

上级 04b4ab56
const merge = require('webpack-merge');
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
// const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
const common = require('./webpack.config.js');
module.exports = merge(common, {
plugins: [
new UglifyJSPlugin()
// new UglifyJSPlugin()
]
})
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册