Skip to content
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

Update babel to use preset-env #51

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

markghsu
Copy link

@markghsu markghsu commented Dec 6, 2022

Per https://babeljs.io/docs/en/env/ -- updated from preset-es2015 to preset-env. Also updated @babel-cli and @babel-core versions to be compatible. Updated shell in Makefile to set path variable, otherwise I was getting missing babel errors as I don't have babel installed globally.

This addresses comment #46 (comment)

per https://babeljs.io/docs/en/env/ -- updated from preset-es2015 to preset-env. Also updated @babel-cli and @babel-core versions
to be compatible. Updated shell in Makefile to set path variable, otherwise I was getting missing babel errors as I don't have
babel installed globally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant