memory-fs icon indicating copy to clipboard operation
memory-fs copied to clipboard

DEPRECATED? memfs not compatible with this library.

Open vipcxj opened this issue 5 years ago • 3 comments

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'.

vipcxj avatar Oct 18 '19 05:10 vipcxj

Related to: https://github.com/webpack/webpack-dev-middleware/pull/370 and #67.

thirteen-io avatar Nov 21 '19 09:11 thirteen-io

I cannot use memfs for compiler.inputFileSystem.

plaffitt avatar Feb 04 '21 18:02 plaffitt

I cannot use memfs for compiler.inputFileSystem.

same problem

tcstory avatar Dec 09 '21 10:12 tcstory