Skip to content

Commit

Permalink
fix: prevent minimized assets from being transformed twice (#173)
Browse files Browse the repository at this point in the history
* refactor(minify-plugin): move implementation validation to constructor

* wip

* fix: don't re-minimize minified assets

* refactor: combined filter functions

* test: confirm minimized assets arent re-minimized
  • Loading branch information
privatenumber authored May 16, 2021
1 parent 4e5f54f commit 6bae9a7
Show file tree
Hide file tree
Showing 10 changed files with 271 additions and 201 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"joycon": "^3.0.1",
"json5": "^2.2.0",
"loader-utils": "^2.0.0",
"tapable": "^2.2.0",
"type-fest": "^1.0.1",
"webpack-sources": "^2.2.0"
},
Expand Down
Loading

0 comments on commit 6bae9a7

Please sign in to comment.