fix: reenabling terser plugin for webpack (#17205)

* fix: reenabling terser plugin

* undoing accidental commit inclusion

* prettier 

* moving the dots.
This commit is contained in:
Evan Rusackas
2021-10-25 15:47:09 -06:00
committed by GitHub
parent 08aab3b399
commit ef01cbb625

View File

@@ -274,7 +274,7 @@ const config = {
},
},
usedExports: 'global',
minimizer: [new CssMinimizerPlugin()],
minimizer: [new CssMinimizerPlugin(), '...'],
},
resolve: {
modules: [APP_DIR, 'node_modules', ROOT_DIR],