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 an ESM compatible build to grunt script via Rollup #99

Merged
merged 6 commits into from
Aug 2, 2023

Commits on Apr 28, 2023

  1. add rollup dev dependencies

    Colin Kennedy committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    7076b06 View commit details
    Browse the repository at this point in the history
  2. change export mechanism...

    This does not change the `dist` command's current outputs
    Colin Kennedy committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    f86861d View commit details
    Browse the repository at this point in the history
  3. add rollup es module bundling to grunt dist task

    Colin Kennedy committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    2b9b3c2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Fix typo

    Colin Kennedy committed May 1, 2023
    Configuration menu
    Copy the full SHA
    44e6bf7 View commit details
    Browse the repository at this point in the history
  2. add "module" esm target file

    Colin Kennedy committed May 1, 2023
    Configuration menu
    Copy the full SHA
    eac4839 View commit details
    Browse the repository at this point in the history
  3. add built esm outputs

    Colin Kennedy committed May 1, 2023
    Configuration menu
    Copy the full SHA
    54a5e0c View commit details
    Browse the repository at this point in the history