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
When I set the "useBuiltIns": "entry", the Promise.prototype.finally is undefined. When I set the "useBuiltIns": "usage",I can use the promise.prototype.finally.
When you use "useBuiltIns": "entry", you should import required modules by yourself, for example, use import 'core-js/stable', and preset-env will optimize it.
When I set the
"useBuiltIns": "entry"
, the Promise.prototype.finally is undefined. When I set the"useBuiltIns": "usage"
,I can use the promise.prototype.finally.how to solve this problem.
related issues:
The text was updated successfully, but these errors were encountered: