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

Spread options to fix DeprecationWarning #100

Open gpoitch opened 3 months ago

gpoitch commented 3 months ago

Fixes this DeprecationWarning:

DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
    at new CircularDependencyPlugin (/node_modules/circular-dependency-plugin/index.js:8:20)