Skip to content

Commit 82ae20b

Browse files
committed
[HACK] reload of CSS is broken
This makes it real slow, but at least don't have to stop the server webpack-contrib/mini-css-extract-plugin#23
1 parent a4c6f3e commit 82ae20b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/frontend/webpack.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = function(_, argv) {
3030
developmentFilenameTemplate;
3131

3232
return {
33+
cache: false,
3334
entry: {
3435
app: ['./index.tsx', './index.scss'],
3536
},

0 commit comments

Comments
 (0)