We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75160d commit 8dcb58aCopy full SHA for 8dcb58a
ui/frontend/webpack.config.js
@@ -30,6 +30,7 @@ module.exports = function(_, argv) {
30
developmentFilenameTemplate;
31
32
return {
33
+ cache: false,
34
entry: {
35
app: ['./index.tsx', './index.scss'],
36
},
0 commit comments