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

Support node v13 with es modules #164

Merged
merged 3 commits into from
May 1, 2020
Merged

Commits on Apr 30, 2020

  1. Support node v13 with es modules

    Creates conditional export that points "import" conditional exports to mjs files. This lets node load the esm version with having to set "type": "module" on the main package.json.
    
    This is similar to the approach in the main preact repo - preactjs/preact#2451
    vikerman committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    0f20aa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbba970 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

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