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

better support for webpack 5 #595

Merged
merged 5 commits into from
Oct 2, 2020
Merged

better support for webpack 5 #595

merged 5 commits into from
Oct 2, 2020

Commits on Sep 24, 2020

  1. chore(webpack-5): update for webpack 5

    update manual test cases
    update CssModule for webpack 5 (to avoid deprecation)
    clean up inconsistency in loader
    sokra committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    0a3362d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. fix(filename): fix usage of filenameTemplate

    using filenameTemplate is incorrect
    It would point to a .js filename.
    sokra committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    9465a4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcdd094 View commit details
    Browse the repository at this point in the history
  3. feat(hmr): add hmr

    remove hmr option for webpack 5 (now automatically)
    fix/update test cases
    sokra committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    eb18378 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec23c39 View commit details
    Browse the repository at this point in the history