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

Webpack 5 support #130

Merged
merged 26 commits into from Oct 13, 2020
Merged

Webpack 5 support #130

merged 26 commits into from Oct 13, 2020

Commits on Oct 11, 2020

  1. Webpack 5 compatibility

    jscheid committed Oct 11, 2020
    Copy the full SHA
    5dd739e View commit details
    Browse the repository at this point in the history
  2. Fix CI

    - Don't run Webpack 5 tests on Node 4 or 6
    - Don't run Karma in CI
    - Test with Node 12
    jscheid committed Oct 11, 2020
    Copy the full SHA
    9fc191f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1875c0b View commit details
    Browse the repository at this point in the history
  4. More CI fixes

    jscheid committed Oct 11, 2020
    Copy the full SHA
    6fb9390 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a76916a View commit details
    Browse the repository at this point in the history
  6. Fix webpack dependency spec

    jscheid committed Oct 11, 2020
    Copy the full SHA
    be5a5eb View commit details
    Browse the repository at this point in the history
  7. Fix Appveyor configuration

    jscheid committed Oct 11, 2020
    Copy the full SHA
    25c785c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ee4974e View commit details
    Browse the repository at this point in the history
  9. Fix travis.yml

    jscheid committed Oct 11, 2020
    Copy the full SHA
    90c1377 View commit details
    Browse the repository at this point in the history
  10. Another fix for travis.yml

    jscheid committed Oct 11, 2020
    Copy the full SHA
    aaeaf56 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    c2de3da View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    44f124e View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    ab9b84a View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    fb72eee View commit details
    Browse the repository at this point in the history
  15. Fixate compatible Webpack version

    There have been too many breaking changes on the Webpack Beta line for
    us to assume that future Beta releases will work.
    jscheid committed Oct 11, 2020
    Copy the full SHA
    db7f85d View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    cf4c60c View commit details
    Browse the repository at this point in the history
  17. Fix Appveyor build

    jscheid committed Oct 11, 2020
    Copy the full SHA
    f984771 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    b9949ab View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    c84e17a View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    5f55211 View commit details
    Browse the repository at this point in the history
  21. Test against Webpack 5

    jscheid committed Oct 11, 2020
    Copy the full SHA
    878afff View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    695be87 View commit details
    Browse the repository at this point in the history
  23. Fix Travis exclusions

    jscheid committed Oct 11, 2020
    Copy the full SHA
    9c5ca81 View commit details
    Browse the repository at this point in the history
  24. Bump version to 1.5.0

    jscheid committed Oct 11, 2020
    Copy the full SHA
    3cc27aa View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Refactor hook setup

    jscheid committed Oct 12, 2020
    Copy the full SHA
    00dd2bc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1631ca6 View commit details
    Browse the repository at this point in the history