Skip to content

Commit

Permalink
chore(env): remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
sculove committed Jul 25, 2017
1 parent b1d4067 commit 6c7f1b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@
"mocha": "^3.4.2",
"sinon": "^2.3.8",
"string-replace-webpack-plugin": "0.1.3",
"uglify-js": "^2.8.28",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.5.1",
"webpack-dev-server": "^2.6.1",
"webpack-merge": "^4.1.0",
"write-file-webpack-plugin": "^4.1.0"
}
Expand Down
5 changes: 4 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ var config = {
})
}]
},
plugins: [new StringReplacePlugin()]
plugins: [
new webpack.optimize.ModuleConcatenationPlugin(),
new StringReplacePlugin()
]
};

module.exports = function (env) {
Expand Down

0 comments on commit 6c7f1b2

Please sign in to comment.