Skip to content

Commit

Permalink
remove terser
Browse files Browse the repository at this point in the history
  • Loading branch information
puncsky committed Jul 7, 2021
1 parent 7cd9d76 commit a885d6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
"stylelint-config-prettier": "8.0.2",
"stylelint-config-recess-order": "2.4.0",
"stylelint-config-standard": "22.0.0",
"terser-webpack-plugin": "5.1.4",
"ts-loader": "9.2.3",
"tsconfig-paths-webpack-plugin": "3.5.1",
"webpack": "^5.40.0",
Expand Down
5 changes: 0 additions & 5 deletions webpack.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const path = require("path");
const UglifyJSPlugin = require("terser-webpack-plugin");
const webpack = require("webpack");
const { WebpackManifestPlugin } = require("webpack-manifest-plugin");
const glob = require("glob");
Expand Down Expand Up @@ -65,10 +64,6 @@ module.exports = {
...(ANALYZE ? [new BundleAnalyzerPlugin()] : []),
...(PROD
? [
new UglifyJSPlugin({
cache: true,
parallel: true,
}),
new webpack.DefinePlugin({
"process.env": {
NODE_ENV: JSON.stringify("production"),
Expand Down

0 comments on commit a885d6f

Please sign in to comment.