circular-dependency-plugin icon indicating copy to clipboard operation
circular-dependency-plugin copied to clipboard

Spread options to fix DeprecationWarning

Open gpoitch opened this issue 1 year ago • 0 comments

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)

gpoitch avatar Jul 09 '24 13:07 gpoitch