Skip to content

Commit

Permalink
Add HMR support for CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-daniel committed Oct 30, 2023
1 parent 0a4e79e commit 798d505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-console/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ module.exports = {
}),

new MiniCssExtractPlugin({
filename: "[name].[chunkhash:5].css",
filename: config.isProduction ? "[name].[chunkhash:5].css" : "[name].css",
}),

new Webpack.DefinePlugin({
Expand Down

0 comments on commit 798d505

Please sign in to comment.