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

Quality of life improvements for node usage #301

Commits on May 2, 2017

  1. Configuration menu
    Copy the full SHA
    eeafdf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    572cb77 View commit details
    Browse the repository at this point in the history
  3. Use function instead of class where we override prototype.

    Allows node 6 to run natively as this operation is invalid (at least
    under v8).
    lightsofapollo committed May 2, 2017
    Configuration menu
    Copy the full SHA
    8ae0cb1 View commit details
    Browse the repository at this point in the history
  4. Smaller and more friendly node js builds.

     - Removes uglify from node targets (uglify _still_ does not understand
       es2015+)
     - Use babel-env-preset to figure out what are the best options for
       target node (6.9 used as package.json engine specifies)
    lightsofapollo committed May 2, 2017
    Configuration menu
    Copy the full SHA
    2cc3ee4 View commit details
    Browse the repository at this point in the history
  5. Update dist

    lightsofapollo committed May 2, 2017
    Configuration menu
    Copy the full SHA
    23c2311 View commit details
    Browse the repository at this point in the history