Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeprecationWarning: The util._extend API is deprecated #101

Open
dennisat opened this issue Jul 25, 2024 · 2 comments
Open

DeprecationWarning: The util._extend API is deprecated #101

dennisat opened this issue Jul 25, 2024 · 2 comments

Comments

@dennisat
Copy link

Error

(node:78938) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
    at new CircularDependencyPlugin (/Users/dennisat/dev/x-company/x-project/node_modules/.pnpm/[email protected][email protected][email protected]_/node_modules/circular-dependency-plugin/index.js:8:20)
    at Object.<anonymous> (/Users/dennisat/dev/x-company/x-project/packages/mhc-ui-components/webpack.plugins.js:9:5)
...

This because the

let extend = require('util')._extend

Is deprecated.

Can you fix it please?

@gpoitch
Copy link
Contributor

gpoitch commented Aug 8, 2024

#100

@andrewplummer
Copy link

Would love to see this fixed as well. I quite like this plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants