Skip to content

Commit

Permalink
remove minimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
rmichaelis committed Oct 7, 2024
1 parent 3291cd0 commit 79cdfa8
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ module.exports = function(UglifyJsPluginCache) {
},
optimization: {
minimizer: [
new UglifyJsPlugin({
cache: UglifyJsPluginCache,
parallel: true,
sourceMap: true,
uglifyOptions: {
compress: false
}
})
]
},
resolve: {
Expand Down

0 comments on commit 79cdfa8

Please sign in to comment.