You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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?
The text was updated successfully, but these errors were encountered:
Error
This because the
let extend = require('util')._extend
Is deprecated.
Can you fix it please?
The text was updated successfully, but these errors were encountered: