risen228 / craco-alias

A craco plugin for automatic aliases generation for Webpack and Jest
MIT License
109 stars 11 forks source link

UnhandledPromiseRejectionWarning: TypeError: Object.fromEntries is not a function #30

Closed indatawetrust closed 3 years ago

indatawetrust commented 3 years ago

This is not an error report. With version 2.3.0 you used Object.fromEntries, but this function is supported in nodejs 12 and later. I suggest you switch to using engines parameter in package.json. Thanks for this package.

liuliangsir commented 3 years ago

@risenforces cc