aackerman / circular-dependency-plugin

Detect circular dependencies in modules compiled with Webpack
https://www.npmjs.com/package/circular-dependency-plugin
ISC License
921 stars 47 forks source link

Webpack 4 deprecation warning #32

Closed andy128k closed 6 years ago

andy128k commented 6 years ago

Webpack 4 prints following deprecation warning when CircularDependencyPlugin is enabled.

(node:23969) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead