Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeprecationWarning in webpack v4 #69

Open
CodeLittlePrince opened this issue Mar 25, 2019 · 2 comments
Open

DeprecationWarning in webpack v4 #69

CodeLittlePrince opened this issue Mar 25, 2019 · 2 comments

Comments

@CodeLittlePrince
Copy link

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

@ghost
Copy link

ghost commented Aug 17, 2019

I had the same problem

@ghost
Copy link

ghost commented Aug 17, 2019

This error does not affect the use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant