fix: reenabling terser plugin for webpack (#17205)
* fix: reenabling terser plugin
* undoing accidental commit inclusion
* prettier ✨
* moving the dots.
This commit is contained in:
parent
08aab3b399
commit
ef01cbb625
|
|
@ -274,7 +274,7 @@ const config = {
|
|||
},
|
||||
},
|
||||
usedExports: 'global',
|
||||
minimizer: [new CssMinimizerPlugin()],
|
||||
minimizer: [new CssMinimizerPlugin(), '...'],
|
||||
},
|
||||
resolve: {
|
||||
modules: [APP_DIR, 'node_modules', ROOT_DIR],
|
||||
|
|
|
|||
Loading…
Reference in New Issue