Skip to content

Commit

Permalink
refactor(build-config): get rid of (now obsolete) uglify plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbch committed Feb 5, 2018
1 parent 59480fc commit 553d329
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/build-config/configs/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
var path = require('path');

var webpack = require('webpack');
var UglifyPlugin = require('uglifyjs-webpack-plugin');
var StatsWriterPlugin = require('webpack-stats-plugin').StatsWriterPlugin;

var hopsConfig = require('hops-config');
Expand Down Expand Up @@ -67,7 +66,6 @@ module.exports = {
)
),
new webpack.optimize.ModuleConcatenationPlugin(),
new UglifyPlugin({ sourceMap: true }),
],
performance: {
assetFilter: function(assetFilename) {
Expand Down
1 change: 0 additions & 1 deletion packages/build-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.10",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.1.6",
"url-loader": "^0.6.2",
"webpack": "^4.0.0-beta.0",
"webpack-node-externals": "^1.6.0",
Expand Down

0 comments on commit 553d329

Please sign in to comment.