escape that .

This commit is contained in:
Will Scullin
2021-03-26 13:45:04 -07:00
parent 0c89f44560
commit 08ff6f93d5

View File

@@ -20,7 +20,7 @@ module.exports =
compress: true,
static: {
watch: {
ignored: /(node_modules|.git)/
ignored: /(node_modules|\.git)/
},
directory: __dirname,
},