zouhir / jarvis

A very intelligent browser based Webpack dashboard
5.44k stars 191 forks source link

DeprecationWarnings: Tapable.plugin is deprecated. Use new API on `.hooks` instead #134

Closed jakeFeldman closed 4 years ago

jakeFeldman commented 6 years ago

I'm getting Tapable.plugin is deprecated and Tapable.apply is deprecated warnings when using webpack-jarvis with the following:

Error Message & Stack Trace

(node:87883) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
    at Jarvis.apply (/Users/jake.feldman/Development/my-repo/node_modules/webpack-jarvis/dist/server/index.js:103:14)
(node:87883) DeprecationWarning: Tapable.apply is deprecated. Call apply on the plugin directly instead
    at Jarvis.apply (/Users/jake.feldman/Development/my-repo/node_modules/webpack-jarvis/dist/server/index.js:117:14)

Is there a plan to upgrade to webpack v4's API, and removing the deprecation warnings?

denisinla commented 5 years ago

Doesn't look like this has been solved ... gone with the wind it goes.

hopefully an update will happen soon?

jakeFeldman commented 4 years ago

This seems abandoned. Going to close