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, },