From 6c7f1b2ee344096d57be107c55156d1b8602c719 Mon Sep 17 00:00:00 2001 From: sculove Date: Tue, 25 Jul 2017 11:41:55 +0900 Subject: [PATCH] chore(env): remove unnecessary files --- package.json | 3 +-- webpack.config.js | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index df4e55b68..eefecf343 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/webpack.config.js b/webpack.config.js index 56741b862..9c9c0706a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -40,7 +40,10 @@ var config = { }) }] }, - plugins: [new StringReplacePlugin()] + plugins: [ + new webpack.optimize.ModuleConcatenationPlugin(), + new StringReplacePlugin() + ] }; module.exports = function (env) {