mirror of
https://github.com/apache/superset.git
synced 2026-06-05 15:49:27 +00:00
fix: reenabling terser plugin for webpack (#17205)
* fix: reenabling terser plugin
* undoing accidental commit inclusion
* prettier ✨
* moving the dots.
This commit is contained in:
@@ -274,7 +274,7 @@ const config = {
|
||||
},
|
||||
},
|
||||
usedExports: 'global',
|
||||
minimizer: [new CssMinimizerPlugin()],
|
||||
minimizer: [new CssMinimizerPlugin(), '...'],
|
||||
},
|
||||
resolve: {
|
||||
modules: [APP_DIR, 'node_modules', ROOT_DIR],
|
||||
|
||||
Reference in New Issue
Block a user