The watchers Property
- Type:
Object
- Default:
{}
The watchers property lets you overwrite watchers configuration in your nuxt.config.js.
chokidar
- Type:
Object
- Default:
{}
To learn more about chokidar options, see the chokidar API.
webpack
- Type:
Object
- Default:
watchers: {
webpack: {
aggregateTimeout: 300,
poll: 1000
}
}
To learn more about webpack watchOptions, see the webpack documentation.
What's next
Check out the Internals Glossary book
Contributors












잘못된 부분이 있거나 이 문서에 기여하고 싶으신가요? GitHub에서 이 페이지를 수정해주세요!