Skip to content

Commit 051f7ae

Browse files
committed
Big warning
1 parent b966bc0 commit 051f7ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Returns an unordered array of local paths to dependencies of a node JavaScript f
44

55
Reduced feature (faster) alternative to the [`dependency-tree` package](https://www.npmjs.com/package/dependency-tree) that only works with stock node JS. This is used by Eleventy to find dependencies of a JavaScript file to watch for changes to re-run Eleventy’s build.
66

7+
## Big Huge Caveat
8+
9+
⚠ A big caveat to this plugin is that it will require the file in order to build a dependency tree. So if your module has side effects and you don’t want it to execute—do not use this!
10+
711
## Installation
812

913
```

0 commit comments

Comments
 (0)