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

Rework variants to reduce bundle size #83

Merged
merged 39 commits into from
Sep 6, 2021
Merged

Commits on Sep 5, 2021

  1. Remove source maps

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    dd24243 View commit details
    Browse the repository at this point in the history
  2. Remove ES2018 variant

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    d7b747b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c71524 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c596c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed316b8 View commit details
    Browse the repository at this point in the history
  6. Update dependencies

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    613008c View commit details
    Browse the repository at this point in the history
  7. Fix lint warning

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    1710f4a View commit details
    Browse the repository at this point in the history
  8. Rework queueMicrotask

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    504424b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f8b8c7 View commit details
    Browse the repository at this point in the history
  10. Drop ".min" suffix

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    0a779b0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    93146e6 View commit details
    Browse the repository at this point in the history
  12. Rework build

    * Use code splitting for ESM bundle
    * Minify UMD bundles only
    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    a3667b7 View commit details
    Browse the repository at this point in the history
  13. Fix indentation

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    b466e94 View commit details
    Browse the repository at this point in the history
  14. Fix license comment

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    eb5153a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ba9afa9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    872ee90 View commit details
    Browse the repository at this point in the history
  17. Test package exports

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    2f6113d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a8b8ab6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7a5d548 View commit details
    Browse the repository at this point in the history
  20. "Fix" test script

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    6e47ab1 View commit details
    Browse the repository at this point in the history
  21. Make ES6 the default

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    57811b1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    97b82c5 View commit details
    Browse the repository at this point in the history
  23. Fix tests

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    a79ff1b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4b0ccec View commit details
    Browse the repository at this point in the history
  25. Modernize getGlobals

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    72fce95 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1a4488c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    567ec37 View commit details
    Browse the repository at this point in the history
  28. Update readme

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    92cab9b View commit details
    Browse the repository at this point in the history
  29. Remove "browser" field in package.json

    "browser" is unnecessary if it's equal to "main".
    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    e6fb1ef View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1200812 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    443e389 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0999b8f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    201166a View commit details
    Browse the repository at this point in the history
  34. Update dependencies

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    e270ad8 View commit details
    Browse the repository at this point in the history
  35. Update readme

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    ccd9389 View commit details
    Browse the repository at this point in the history
  36. Fix heading levels

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    58e5f57 View commit details
    Browse the repository at this point in the history
  37. Add migration guide

    MattiasBuelens committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    d7f5595 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    762f8d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e1d1e8 View commit details
    Browse the repository at this point in the history