Skip to content

Commit

Permalink
TEMP: undo minification
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 31, 2023
1 parent 335a456 commit ed24d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = environment => {
]
},
optimization: {
minimize: false,
minimizer: [new TerserPlugin({
extractComments: false,
})],
Expand Down

0 comments on commit ed24d35

Please sign in to comment.