From ef01cbb625f9171ab5d65c821298eee17bfce838 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Mon, 25 Oct 2021 15:47:09 -0600 Subject: [PATCH] fix: reenabling terser plugin for webpack (#17205) * fix: reenabling terser plugin * undoing accidental commit inclusion * prettier :sparkles: * moving the dots. --- superset-frontend/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/webpack.config.js b/superset-frontend/webpack.config.js index 39cdbf015d20..62cde828581f 100644 --- a/superset-frontend/webpack.config.js +++ b/superset-frontend/webpack.config.js @@ -274,7 +274,7 @@ const config = { }, }, usedExports: 'global', - minimizer: [new CssMinimizerPlugin()], + minimizer: [new CssMinimizerPlugin(), '...'], }, resolve: { modules: [APP_DIR, 'node_modules', ROOT_DIR],