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

Patched the loader for files with .js extension #877

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

Commits on May 7, 2020

  1. Patched the loader for files with .js extension, preventing the default

    behaviour of erroring when importing dependencies with commonjs syntax files
    compile-this committed May 7, 2020
    Configuration menu
    Copy the full SHA
    dde90ad View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    a96bf1f View commit details
    Browse the repository at this point in the history
  2. update @babel-prefix version

    to remove warning about out of date dependencies
    compile-this committed May 8, 2020
    Configuration menu
    Copy the full SHA
    6e76351 View commit details
    Browse the repository at this point in the history
  3. skip --check tests in Node 12+

    node code paths for this functionality have changed and no longer
    involve the patched loaders
    compile-this committed May 8, 2020
    Configuration menu
    Copy the full SHA
    2640c85 View commit details
    Browse the repository at this point in the history