diff --git a/webpack.config.js b/webpack.config.js index 96a71dc..fcfd412 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -18,7 +18,7 @@ module.exports = publicPath: '/dist/', watchContentBase: true, watchOptions: { - ignored: /node_modules/ + ignored: [/node_modules/, /\.git/] } }, module: {