memory-fs
memory-fs copied to clipboard
DEPRECATED? memfs not compatible with this library.
I try to use memfs to replace this library, and found some problem
import { fs } from 'memfs'
compiler.outputFileSystem = fs // TS2741: Property 'join' is missing in type 'IFs' but required in type 'OutputFileSystem'.
Related to: https://github.com/webpack/webpack-dev-middleware/pull/370 and #67.
I cannot use memfs for compiler.inputFileSystem
.
I cannot use memfs for
compiler.inputFileSystem
.
same problem