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

DeprecationWarning in webpack v4

Open CodeLittlePrince opened this issue 6 years ago • 2 comments

description

when I use webpack v4 in this way:

const serverCompiler = webpack(serverConfig)
const MFS = require('memory-fs')
const mfs = new MFS()
serverCompiler.outputFileSystem = mfs

and show the warning below: DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead

CodeLittlePrince avatar Mar 25 '19 18:03 CodeLittlePrince

I had the same problem

ghost avatar Aug 17 '19 08:08 ghost

This error does not affect the use.

ghost avatar Aug 17 '19 13:08 ghost