Skip to content

Commit

Permalink
Fix watchFiles used by webpack serve
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Mar 30, 2024
1 parent 54382a7 commit 2eceb5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UI/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,9 @@ if (TARGET !== "readme") {
],
watchFiles: [
"webpack.config.js",
"**/*",
"!js/*",
"node_modules/**/*"
"**/*.{html,css,gif,jpg,png,svg,json}",
"js-src/**/*.js",
"src/**/*.{js,vue}"
]
},

Expand Down

0 comments on commit 2eceb5f

Please sign in to comment.