don't watch git

This commit is contained in:
Will Scullin 2021-02-23 19:30:57 -08:00
parent 1802f79769
commit 983026aa1d
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module.exports =
publicPath: '/dist/',
watchContentBase: true,
watchOptions: {
ignored: /node_modules/
ignored: [/node_modules/, /\.git/]
}
},
module: {