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
A regression in NodeJS causes issues with conditional exports, which are relied on by Babel. See nodejs/node#32852
Action is to update @babel/preset-env to a version greater than 7.9.0
@babel/preset-env
The text was updated successfully, but these errors were encountered:
Symptom in the build is:
ERROR in ./app/javascript/packs/ukhpi_vue.js Module build failed (from ./node_modules/babel-loader/lib/index.js): Error: Cannot find module '@babel/compat-data/corejs3-shipped-proposals' Require stack: - /home/ian/projects/hmlr/ukhpi/node_modules/@babel/preset-env/lib/polyfills/corejs3/usage-plugin.js ...
Sorry, something went wrong.
Update package.json to avoid build failure
adbc410
This commit updates `package.json` to address the build failure caused by a NodeJS regression. #229
ijdickinson
No branches or pull requests
A regression in NodeJS causes issues with conditional exports, which are relied on by Babel. See nodejs/node#32852
Action is to update
@babel/preset-env
to a version greater than 7.9.0The text was updated successfully, but these errors were encountered: