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

Support webpack 5 #98

Merged
merged 41 commits into from
May 12, 2021
Merged

Support webpack 5 #98

merged 41 commits into from
May 12, 2021

Commits on Oct 11, 2020

  1. Upgrade to webpack v5.0.0

    jayaddison committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    fb7781c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a66eb15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6d0528 View commit details
    Browse the repository at this point in the history
  4. Typing: update exit promise resolution handler

    TODO: Determine how to retrieve failure count
    jayaddison committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    ef3582e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f33cf2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a23607c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4790470 View commit details
    Browse the repository at this point in the history
  8. Update yarn.lock

    jayaddison committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    bb9674f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    21d9bc0 View commit details
    Browse the repository at this point in the history
  2. Revert "Typing: update exit promise resolution handler"

    This reverts commit ef3582e.
    jayaddison committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    90b4b07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    601a919 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60f82a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    f59957b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    986535f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Bump required dependencies

    Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
    skjnldsv committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    a820379 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary write-file-webpack-plugin

    Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
    skjnldsv committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    5d9914e View commit details
    Browse the repository at this point in the history
  3. Fix assert polyfill requirements

    Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
    skjnldsv committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    80ed9a9 View commit details
    Browse the repository at this point in the history
  4. Make sure we have a valid error message

    Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
    skjnldsv committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    10cfbce View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    d57d9ef View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    59feadb View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    3ff335e View commit details
    Browse the repository at this point in the history
  2. Revert "Make sure we have a valid error message"

    This reverts commit 10cfbce.
    jayaddison committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    9255dba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7932938 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    712ebdb View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Configuration menu
    Copy the full SHA
    29d77f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Merge pull request sysgears#2 from verasztol/upgrades/webpack-5

    fix exit code build problem for watch return type
    jayaddison authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    10ad998 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. fix: fix isBuilt for webpack 5

    The `built` flag in webpack 5 is moved:
    webpack/webpack@eb63cf8
    haoqunjiang committed May 11, 2021
    Configuration menu
    Copy the full SHA
    743b0aa View commit details
    Browse the repository at this point in the history
  2. fix: fix .map usage

    haoqunjiang committed May 11, 2021
    Configuration menu
    Copy the full SHA
    22bc90c View commit details
    Browse the repository at this point in the history
  3. test: fix worker-loader test

    The `esModule` option is turned on by default in v3
    haoqunjiang committed May 11, 2021
    Configuration menu
    Copy the full SHA
    e03a33a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2676026 View commit details
    Browse the repository at this point in the history
  5. chore: fix yarn lock

    haoqunjiang committed May 11, 2021
    Configuration menu
    Copy the full SHA
    e67d658 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. fix: fix type error

    haoqunjiang committed May 12, 2021
    Configuration menu
    Copy the full SHA
    ccd2434 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce91e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b72058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0df4b00 View commit details
    Browse the repository at this point in the history
  5. ci: add webpack 4 tests

    haoqunjiang committed May 12, 2021
    Configuration menu
    Copy the full SHA
    6038a1a View commit details
    Browse the repository at this point in the history
  6. ci: fix travis config

    haoqunjiang committed May 12, 2021
    Configuration menu
    Copy the full SHA
    a630b52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5dd854 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ebefa1 View commit details
    Browse the repository at this point in the history
  9. ci: add mocha 6 test back

    haoqunjiang committed May 12, 2021
    Configuration menu
    Copy the full SHA
    1c66b12 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b30cc73 View commit details
    Browse the repository at this point in the history