diff --git a/webpack.config.js b/webpack.config.js index 8d1f2dc..cc9b340 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -25,11 +25,14 @@ module.exports = { historyApiFallback: true, contentBase: [__dirname + '/public', __dirname + '/dist', __dirname + '/node_modules'], // match the output path publicPath: '/' ,// match the output `publicPath` - host: '192.168.1.105', + host: '192.168.1.103', port: 9091, stats: { colors: true }, + watchOptions: { + ignored: /node_modules/, + }, }, resolve: {