Skip to content

Commit

Permalink
chore: don't watch git hash modification
Browse files Browse the repository at this point in the history
  • Loading branch information
jogarnier authored and gchoqueux committed Jun 27, 2023
1 parent 6f9a9d2 commit f19973e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webpack.config.js
Expand Up @@ -87,7 +87,12 @@ module.exports = () => {
devMiddleware: {
publicPath: '/dist/',
},
static: path.resolve(__dirname, './'),
static: {
directory: path.resolve(__dirname, './'),
watch: {
ignored: path.resolve(__dirname, '.git')
}
},
client: {
overlay: {
errors: true,
Expand Down

0 comments on commit f19973e

Please sign in to comment.