From 08ff6f93d5309a85e25d3b37be6c7308e208802a Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Fri, 26 Mar 2021 13:45:04 -0700 Subject: [PATCH] escape that . --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 8b02962..05902d3 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -20,7 +20,7 @@ module.exports = compress: true, static: { watch: { - ignored: /(node_modules|.git)/ + ignored: /(node_modules|\.git)/ }, directory: __dirname, },