Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant