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 #139

Merged
merged 32 commits into from
Feb 28, 2024
Merged

Rework variants to reduce bundle size #139

merged 32 commits into from
Feb 28, 2024

Commits on Feb 28, 2024

  1. Remove source maps

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    76c9092 View commit details
    Browse the repository at this point in the history
  2. Remove ES2018 variant

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    50b9d12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    710ce9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5052fc4 View commit details
    Browse the repository at this point in the history
  5. Drop ".min" suffix

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b505806 View commit details
    Browse the repository at this point in the history
  6. Rework build

    * Use code splitting for ESM bundle
    * Minify UMD bundles only
    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3ac9014 View commit details
    Browse the repository at this point in the history
  7. Fix indentation

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e1d818d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    594872a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2de4960 View commit details
    Browse the repository at this point in the history
  10. Test package exports

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c6192af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0172015 View commit details
    Browse the repository at this point in the history
  12. Make ES6 the default

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3f96fd5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c6af66d View commit details
    Browse the repository at this point in the history
  14. Fix tests

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ee85e4d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6e09f73 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9088538 View commit details
    Browse the repository at this point in the history
  17. Update readme

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4212eec View commit details
    Browse the repository at this point in the history
  18. Remove "browser" field in package.json

    "browser" is unnecessary if it's equal to "main".
    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ca2a2e9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    45ad0d1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    54409aa View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    465473b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    24b97d7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fb356c8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    77fb57f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5c12a46 View commit details
    Browse the repository at this point in the history
  26. Fix package locks

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6773317 View commit details
    Browse the repository at this point in the history
  27. Rename test scripts

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8a72c4c View commit details
    Browse the repository at this point in the history
  28. Update dependencies

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d78fcb2 View commit details
    Browse the repository at this point in the history
  29. Update CI

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b61f52e View commit details
    Browse the repository at this point in the history
  30. Update readme

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b25b707 View commit details
    Browse the repository at this point in the history
  31. Add migration guide

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8ba3e59 View commit details
    Browse the repository at this point in the history
  32. Update changelog

    MattiasBuelens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4bad284 View commit details
    Browse the repository at this point in the history