Skip to content

Commit 423601b

Browse files
authored
Update node.mdx
1 parent a69785f commit 423601b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/api/node.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ webpack({
333333
为了实现这一点,
334334
可以改变 `inputFileSystem``outputFileSystem`
335335
例如,可以使用 [`memfs`](https://github.com/streamich/memfs) 替换默认的 `outputFileSystem`
336-
以将文件写入到内存中,而不是写入到磁盘:
336+
以将文件写入到内存中,
337+
而不是写入到磁盘:
337338

338339
``` js
339340
const { createFsFromVolume, Volume } = require('memfs');

0 commit comments

Comments
 (0)