Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
修改package通过CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Dec 23, 2018
1 parent 04b4ab5 commit 2de333d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
},
"homepage": "https://github.com/CodFrm/cxmooc-tools#readme",
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4",
"html-webpack-plugin": "^3.2.0"
"webpack-merge": "^4.1.4"
},
"dependencies": {
"md5": "^2.2.1",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"mongodb": "^3.1.6",
"body-parser": "^1.18.3"
"md5": "^2.2.1",
"mongodb": "^3.1.10"
}
}
4 changes: 2 additions & 2 deletions webpack.prod.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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()
]
})

0 comments on commit 2de333d

Please sign in to comment.