don't watch git

This commit is contained in:
Will Scullin
2021-02-23 19:30:57 -08:00
parent 1802f79769
commit 983026aa1d
+1 -1
View File
@@ -18,7 +18,7 @@ module.exports =
publicPath: '/dist/',
watchContentBase: true,
watchOptions: {
ignored: /node_modules/
ignored: [/node_modules/, /\.git/]
}
},
module: {