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

Why I get this warning when run build with webpack? #1

Closed
asotoglez opened this issue Apr 3, 2019 · 2 comments
Closed

Why I get this warning when run build with webpack? #1

asotoglez opened this issue Apr 3, 2019 · 2 comments

Comments

@asotoglez
Copy link

DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead

@john555
Copy link
Owner

john555 commented Apr 3, 2019

Hi @asotoglez, In this tutorial, in the final thoughts section, I mentioned this.

Running yarn start:dev yields a deprecation warning. This is because webpack-shell-plugin is using webpack’s old plugin API. You can follow up about this on this issue.

@asotoglez
Copy link
Author

Hi @asotoglez, In this tutorial, in the final thoughts section, I mentioned this.

Running yarn start:dev yields a deprecation warning. This is because webpack-shell-plugin is using webpack’s old plugin API. You can follow up about this on this issue.

Thanks!

@john555 john555 closed this as completed Sep 30, 2019
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

2 participants