You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
DeprecationWarning: Tapable.plugin is deprecated. Use new API on
.hooks
insteadThe text was updated successfully, but these errors were encountered: