fix(ui): tweak webpack config

This commit is contained in:
sylenien 2022-06-24 15:29:32 +02:00 committed by Delirium
parent 61b2c3e32c
commit 8f31341881

View file

@ -124,7 +124,6 @@ const config: Configuration = {
],
}),
new MiniCssExtractPlugin(),
new HotModuleReplacementPlugin(),
],
devtool: isDevelopment ? "inline-source-map" : false,
performance: {