From 5f6f442cdf5153a658c3e4898596b8ce601da4a9 Mon Sep 17 00:00:00 2001 From: geek Date: Wed, 19 Jul 2017 11:22:47 +0900 Subject: [PATCH] gg --- webpack.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: {