Skip to content

Commit

Permalink
fix: reenabling terser plugin for webpack (#17205)
Browse files Browse the repository at this point in the history
* fix: reenabling terser plugin

* undoing accidental commit inclusion

* prettier ✨

* moving the dots.
  • Loading branch information
rusackas committed Oct 25, 2021
1 parent 08aab3b commit ef01cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const config = {
},
},
usedExports: 'global',
minimizer: [new CssMinimizerPlugin()],
minimizer: [new CssMinimizerPlugin(), '...'],
},
resolve: {
modules: [APP_DIR, 'node_modules', ROOT_DIR],
Expand Down

0 comments on commit ef01cbb

Please sign in to comment.