Skip to content

Commit 46b16d6

Browse files
committed
Points out that outputFileSystem needs of methods.
the `mkdirp` and `join` are also needed by `outputFileSystem`.
1 parent b3b4d94 commit 46b16d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api/node.md

Lines changed: 1 addition & 1 deletion
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, and other two helper methods `mkdirp`, `join` are also needed.

0 commit comments

Comments
 (0)