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

Distribute ES module #875

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

Commits on Jun 9, 2021

  1. Distribute ES module

    - Use RollupJS and Terser for bundling
    - Bumped up dev dependency versions
    - Bumped up Travis NodeJS version matrix
    - Refactored Papa worker identification
    - Refactored worker logic to use `import.meta.url` or `document.currentScript.src`
    mholt#748
    mholt#813
    Silic0nS0ldier committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    ac281a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8ad96f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bf30d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8505b4 View commit details
    Browse the repository at this point in the history
  5. Fix for ESM workers

    Silic0nS0ldier committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    55f48cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9341f8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d18ccb2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f831a0a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d98479 View commit details
    Browse the repository at this point in the history