Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 276f0af

Browse files
Add note about cache and packageCache
1 parent fbc0d2c commit 276f0af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ If you pass one of the top-level options in (`extensions`, `transform`, etc), it
9090
}
9191
```
9292

93+
*Note*: `cache` and `packageCache` are always set to `{}` and cannot be overridden. Otherwise, file watching would not function correctly.
94+
9395
### watchifyOptions
9496

9597
Object of options passed to [watchify](https://github.com/browserify/watchify#options)

0 commit comments

Comments
 (0)