diff --git a/frontend/webpack.config.js b/frontend/webpack.config.js index 42be93b725..d1f9958409 100644 --- a/frontend/webpack.config.js +++ b/frontend/webpack.config.js @@ -44,7 +44,7 @@ const config = { }, { test: /\.css$/, - use: ['css-loader'], + use: ['style-loader', 'css-loader'], }, { test: /\.(jpe?g|png|gif|svg)$/i,