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

Commits on Dec 6, 2022

  1. Update babel to use preset-env

    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.
    markghsu committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f55a5a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    83cdfb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    f329ef1 View commit details
    Browse the repository at this point in the history