-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: Tapable.plugin is deprecated. Use new API on .hooks
instead
#874
Comments
Looks like 3.0 is still backwards compatible using the old plugin syntax. Maybe there should be a new major (4.0) that removes compatibility with webpack 3. |
Should be fixed in 3.0.6. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
I'm getting
Tapable.plugin is deprecated
andTapable.apply is deprecated
warnings from Node 8.9.1 when using[email protected]
with[email protected]
.Error Message & Stack Trace
Here is the stack trace I get when running webpack with
node --trace-deprecation
:Config
Copy the relevant section from
webpack.config.js
:Copy your template file:
Using the default template.
Environment
The text was updated successfully, but these errors were encountered: