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

feat: add ES5 build target #51

Merged
merged 13 commits into from Oct 19, 2018
Merged

feat: add ES5 build target #51

merged 13 commits into from Oct 19, 2018

Commits on Jul 17, 2018

  1. feat: add ES5 build target support

    Resolves #26, #29.
    
    Adds `babel` to build to support `es5` target.
    distributedlock committed Jul 17, 2018
    Copy the full SHA
    ca1e586 View commit details
    Browse the repository at this point in the history
  2. fix: remove

    distributedlock committed Jul 17, 2018
    Copy the full SHA
    2393171 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    beeec74 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. Copy the full SHA
    5dedc3a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Remove yarn.lock

    jhnns committed Oct 19, 2018
    Copy the full SHA
    35a8213 View commit details
    Browse the repository at this point in the history
  2. Update package-lock.json

    jhnns committed Oct 19, 2018
    Copy the full SHA
    6b55c2a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    295d876 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    dc6d8bb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    52109ad View commit details
    Browse the repository at this point in the history
  6. Remove targets in babelrc

    We want to compile it down to ES5
    jhnns committed Oct 19, 2018
    Copy the full SHA
    a888115 View commit details
    Browse the repository at this point in the history
  7. Do not publish src files

    jhnns committed Oct 19, 2018
    Copy the full SHA
    30b1371 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    dfbbf52 View commit details
    Browse the repository at this point in the history
  9. Add fix for CI system

    jhnns committed Oct 19, 2018
    Copy the full SHA
    0bd6303 View commit details
    Browse the repository at this point in the history