diff --git a/config/webpack/webpack.config.dev.js b/config/webpack/webpack.config.dev.js index 458980f..bed2205 100644 --- a/config/webpack/webpack.config.dev.js +++ b/config/webpack/webpack.config.dev.js @@ -19,15 +19,12 @@ module.exports = WebpackMerge(configBase, { publicPath: '/', // match the output `publicPath` contentBase: [__dirname + '/public', __dirname + '/dist', __dirname + '/node_modules'], // match the output path host: '127.0.0.1', - port: 9093, + port: 9091, stats: { colors: true }, watchOptions: { - // ignored: [ Path.resolve(__dirname, '../../node_modules/') ], ignored: /node_modules/, - aggregateTimeout: 300, - poll: 1000 }, },