package.json整理

This commit is contained in:
cookfront
2017-02-10 16:04:57 +08:00
parent 72ea01032e
commit df7024159a
6 changed files with 18629 additions and 9847 deletions

View File

@@ -84,7 +84,7 @@ if (process.env.NODE_ENV === 'production') {
module.exports.plugins = [
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: '"production"'
NODE_ENV: 'production'
}
}),
new webpack.optimize.UglifyJsPlugin({