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

Add support for the "module" package.json field #5485

Closed
wants to merge 8 commits into from
Closed

Add support for the "module" package.json field #5485

wants to merge 8 commits into from

Commits on Feb 19, 2018

  1. Add support for the "module" package.json field

    This is used in modern es module codebases to designate the entry
    point for code that makes use of import/export instead of commonjs.
    Evan Jacobs authored and PepijnSenders committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    88d8f5c View commit details
    Browse the repository at this point in the history
  2. Add docs for the "module" package.json field

    Evan Scott authored and PepijnSenders committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    b11f76e View commit details
    Browse the repository at this point in the history
  3. Fix conflict

    PepijnSenders committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    91a3f40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3a6a26 View commit details
    Browse the repository at this point in the history
  5. Add rootDir

    PepijnSenders committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    7965fac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    044ab23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faa7f08 View commit details
    Browse the repository at this point in the history
  8. Fix merge conflicts

    PepijnSenders committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    f03f004 View commit details
    Browse the repository at this point in the history