Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(webpack_config): remove UglifyJSPlugin
Browse files Browse the repository at this point in the history
fix(webpack_config): remove UglifyJSPlugin
  • Loading branch information
Metnew committed Oct 29, 2017
1 parent 67d6c93 commit 1e8d061
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack_config/client/webpack.prod.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import CompressionPlugin from 'compression-webpack-plugin'
import OptimizeCssAssetsPlugin from 'optimize-css-assets-webpack-plugin'
import ProgressPlugin from 'webpack/lib/ProgressPlugin'
import OfflinePlugin from 'offline-plugin'
import UglifyJSPlugin from 'uglifyjs-webpack-plugin'
import {Plugin as ShakePlugin} from 'webpack-common-shake'
import OptimizeJsPlugin from 'optimize-js-plugin'
// NOTE: WebpackShellPlugin allows you to run custom shell commands before and after build
Expand Down

0 comments on commit 1e8d061

Please sign in to comment.