> For the complete documentation index, see [llms.txt](https://azr.gitbook.io/webpack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://azr.gitbook.io/webpack/you-hua/zi-dong-shua-xin.md).

# 自动刷新

不监听 `node_modules` 下的文件。

`poll`的值越小越好。

```javascript
watchOptions: {
      poll: 1000,
      ignored: /node_modules/
},
```

启动 `inline`
