diff --git a/bower.json b/bower.json index 6d0d64a8..a4d796f1 100644 --- a/bower.json +++ b/bower.json @@ -16,7 +16,6 @@ "tests" ], "dependencies": { - "Ionicons": "ionicons#~2.0.1", - "ckeditor": "^4.5.9" + "Ionicons": "ionicons#~2.0.1" } } diff --git a/config/webpack.prod.js b/config/webpack.prod.js index 3c5d8c3d..6ba3bb5f 100644 --- a/config/webpack.prod.js +++ b/config/webpack.prod.js @@ -154,11 +154,8 @@ module.exports = webpackMerge(commonConfig, { beautify: false, //prod - mangle: { - screw_ie8 : true, - keep_fnames: true - }, //prod - + mangle:false, + compress: { screw_ie8: true }, //prod diff --git a/package.json b/package.json index 1f653a6a..7c1b63ac 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "bootstrap-loader": "^1.0.8", "chart.js": "^1.1.1", "chartist": "^0.9.7", + "ckeditor": "^4.5.9", "core-js": "^2.4.0", "easy-pie-chart": "^2.1.7", "extract-text-webpack-plugin": "^1.0.1",