9 lines
139 B
JavaScript
9 lines
139 B
JavaScript
|
module.exports = {
|
||
|
devServer: {
|
||
|
watchOptions: {
|
||
|
aggregateTimeout: 300,
|
||
|
poll: true,
|
||
|
},
|
||
|
},
|
||
|
}
|