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