port change 9091

webstorm watchOption modify
This commit is contained in:
geek 2017-07-20 19:38:43 +09:00
parent 4004476cfe
commit 61e036803d

View File

@ -19,15 +19,12 @@ module.exports = WebpackMerge(configBase, {
publicPath: '/', // match the output `publicPath` publicPath: '/', // match the output `publicPath`
contentBase: [__dirname + '/public', __dirname + '/dist', __dirname + '/node_modules'], // match the output path contentBase: [__dirname + '/public', __dirname + '/dist', __dirname + '/node_modules'], // match the output path
host: '127.0.0.1', host: '127.0.0.1',
port: 9093, port: 9091,
stats: { stats: {
colors: true colors: true
}, },
watchOptions: { watchOptions: {
// ignored: [ Path.resolve(__dirname, '../../node_modules/') ],
ignored: /node_modules/, ignored: /node_modules/,
aggregateTimeout: 300,
poll: 1000
}, },
}, },