Skip to content

Commit

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

Please sign in to comment.