We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c6f3e commit 82ae20bCopy full SHA for 82ae20b
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