Skip to content

DeprecationWarning: The util._extend API is deprecated #101

Open
@dennisat

Description

@dennisat

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/circular-dependency-plugin@5.2.2_webpack@4.47.0_webpack-cli@3.3.12_/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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions