Skip to content

Commit

Permalink
rollback terser plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Sep 11, 2022
1 parent 6861304 commit 84607b3
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 235 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Chris Shaw <me@cshaw.xyz>",
"description": "Webpack configuration and helpers for the AEM.Design compose module",
"engines": {
"node": ">= 12",
"node": ">= 12 < 15.x",
"yarn": ">= 1.10.x < 2.x"
},
"bin": {
Expand Down Expand Up @@ -109,7 +109,7 @@
"style-loader": "^2.0.0",
"stylelint": "^13.7.2",
"stylelint-webpack-plugin": "^2.1.1",
"terser-webpack-plugin": "^5.3.6",
"terser-webpack-plugin": "^5.0.3",
"webpack": "^5.4.0",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-config-utils": "^2.3.1",
Expand All @@ -133,7 +133,7 @@
"@types/pify": "^3.0.2",
"@types/rimraf": "^3.0.0",
"@types/sass": "^1.16.0",
"@types/terser-webpack-plugin": "^5.2.0",
"@types/terser-webpack-plugin": "^5.0.2",
"@types/webpack-bundle-analyzer": "^3.9.0",
"@types/webpack-config-utils": "^2.3.1",
"@types/webpack-dev-server": "^3.11.1",
Expand All @@ -143,7 +143,7 @@
"@types/yargs": "^15.0.9",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"eslint": "^7.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
Expand Down
Loading

0 comments on commit 84607b3

Please sign in to comment.