-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
With useBuiltIns
option, required direct setting of corejs
option
#3675
Comments
Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you! |
The same issue |
same |
It seems to be due to babel/babel#9616 I fixed it by adding
Other links discussing this problem: |
change babel.config.js |
si funciona , yo pensando que era por problema de core-js o babel, aunque creo que lo corrigieron en la ultima versión de babel. |
With
useBuiltIns
option, required direct setting ofcorejs
option98% after emitting CopyPlugin
ERROR Failed to compile with 36 errors 10:20:25
These dependencies were not found:
To install them, you can run: npm install --save core-js/modules/es6.array.iterator core-js/modules/es6.function.name core-js/modules/es6.number.constructor core-js/modules/es6.object.assign core-js/modules/es6.object.to-string core-js/modules/es6.promise core-js/modules/es6.regexp.match core-js/modules/es6.regexp.replace core-js/modules/es6.regexp.split core-js/modules/es6.regexp.to-string core-js/modules/es6.string.includes core-js/modules/es6.string.iterator core-js/modules/es6.typed.uint8-array core-js/modules/es7.array.includes core-js/modules/es7.promise.finally core-js/modules/web.dom.iterable
The text was updated successfully, but these errors were encountered: