port change 9091
webstorm watchOption modify
This commit is contained in:
parent
4004476cfe
commit
61e036803d
|
@ -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
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user