Skip to content

Commit

Permalink
Fix build issue in lib due to TerserPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvanderJagt committed Aug 2, 2022
1 parent edff50c commit 870aa6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/webpack/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ export const minimizer = (banner = false) =>
new TerserPlugin({
parallel: true,
extractComments: false,
terserOptions: {
keep_fnames: true,
keep_classnames: true,
},
}),
banner &&
new webpack.BannerPlugin({
Expand Down

0 comments on commit 870aa6f

Please sign in to comment.