Skip to content

Commit

Permalink
Merge pull request #87 from jicjjang/ko/api/configuration-watchers
Browse files Browse the repository at this point in the history
ko/api/configuration-watchers
  • Loading branch information
DiyLecko authored Apr 23, 2017
2 parents 3836e55 + 295d5f9 commit 3261907
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions ko/api/configuration-watchers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: "API: watchers 프로퍼티"
description: watchers 프로퍼티는 watchers 설정을 덮어씌웁니다
---

# watchers 프로퍼티

- 타입: `Object`
- 기본값: `{}`

> watchers 프로퍼티는 당신의 nuxt.config.js 파일의 watchers 설정을 덮어씌웁니다.
## chokidar

- 타입: `Object`
- 기본값: `{}`


chokidar 옵션에 대해 더 알고싶으시면 [chokidar API](https://github.com/paulmillr/chokidar#api) 문서를 확인 바랍니다.

## webpack

- 타입: `Object`
- 기본값:

```js
watchers: {
webpack: {
aggregateTimeout: 300,
poll: 1000
}
}
```

webpack watchoptions에 대해 더 알고싶으시면, [webpack documentation](https://webpack.js.org/configuration/watch/#watchoptions) 문서를 확인 바랍니다.

0 comments on commit 3261907

Please sign in to comment.