Skip to content

Commit c5eab88

Browse files
mc-zoneskipjack
authored andcommitted
docs(api): point out that methods required by outputFileSystem (#1265)
The `mkdirp` and `join` methods are also needed by `outputFileSystem`.
1 parent 41117d6 commit c5eab88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api/node.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,4 @@ compiler.run((err, stats) => {
277277
});
278278
```
279279

280-
T> The output file system you provide needs to be compatible with Node’s own [`fs`](https://nodejs.org/api/fs.html) module interface.
280+
T> The output file system you provide needs to be compatible with Node’s own [`fs`](https://nodejs.org/api/fs.html) module interface, which requires the `mkdirp` and `join` helper methods.

0 commit comments

Comments
 (0)