memory-fs
memory-fs copied to clipboard
DeprecationWarning in webpack v4
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
I had the same problem
This error does not affect the use.