Skip to content

Commit ed195c5

Browse files
authored
feat: disable LightningCssMinimizerRspackPlugin (#91)
1 parent e9b1c22 commit ed195c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/rspack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ module.exports = (webpackEnv, argv) => {
183183
mangle: false,
184184
},
185185
}),
186-
new LightningCssMinimizerRspackPlugin(),
186+
// Disable CSS minimizer as has some bugs, i.e. a production build will show weird icon sizes in mantine-react-table.
187+
// new LightningCssMinimizerRspackPlugin(),
187188
],
188189
},
189190
experiments: {

0 commit comments

Comments
 (0)