escape that .

This commit is contained in:
Will Scullin 2021-03-26 13:45:04 -07:00
parent 0c89f44560
commit 08ff6f93d5
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD

View File

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