Skip to content

Commit

Permalink
prettier ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Oct 25, 2021
1 parent 75eda0f commit cf9ce04
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 cf9ce04

Please sign in to comment.