We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
rails new . --webpack=angular --force bundle exec rails assets:precompile ... ModuleNotFoundError: Module not found: Error: Can't resolve 'core-js/es6/reflect' in 'app/javascript/hello_angular' ...
Forcing version 2 of core-js fixes things:
core-js
yarn add core-js@~2 bundle exec rails assets:clobber bundle exec rails assets:precompile
The text was updated successfully, but these errors were encountered:
This will be resolved by #2031 which will include core-js 3 as a dependency with the corresponding config.
Sorry, something went wrong.
Can this issue be closed ?
Looks like it! Lol
No branches or pull requests
Steps to reproduce:
Forcing version 2 of
core-js
fixes things:The text was updated successfully, but these errors were encountered: