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

Fix esm builds incorrectly containing .js files instead of .mjs files #2082

Merged
merged 2 commits into from Nov 22, 2021

Commits on Nov 22, 2021

  1. Update rollup to latest

    This release of rollup contains a fix that means babel helpers in the
    esm build get generated with a .mjs extension, rather than a .js
    extension.
    
    This fixes an error that occures when trying to use the esm build in
    node. See rollup/plugins#1031
    BPScott committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    ae08231 View commit details
    Browse the repository at this point in the history
  2. changelogs

    BPScott committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    7db3ee1 View commit details
    Browse the repository at this point in the history