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

fix(webpack-preprocessor): hanging issues with webpack 5 #15611

Merged
merged 25 commits into from
Jun 22, 2021

Commits on Mar 22, 2021

  1. Fix hanging issues with webpack 5

    lukeapage authored and lukpsaxo committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    c4569eb View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. test: add test

    lmiller1990 committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    5af8b76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f3a5fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7753121 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1040313 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

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

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    ad3f75e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0688c11 View commit details
    Browse the repository at this point in the history
  3. use webpack 5

    lmiller1990 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    9434b95 View commit details
    Browse the repository at this point in the history
  4. update snapshots

    lmiller1990 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    00cf55a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec59cd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

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

Commits on Jun 21, 2021

  1. wip: package.json

    lmiller1990 committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    769cac3 View commit details
    Browse the repository at this point in the history
  2. update package.json

    lmiller1990 committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    6bcd11f View commit details
    Browse the repository at this point in the history
  3. update test script

    lmiller1990 committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    5befbc9 View commit details
    Browse the repository at this point in the history
  4. update yarn.lock

    lmiller1990 committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    9bbd9cb View commit details
    Browse the repository at this point in the history
  5. reset modules after test

    lmiller1990 committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    c4dbc1f View commit details
    Browse the repository at this point in the history
  6. correctly rewrite file

    lmiller1990 committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    9ec32f6 View commit details
    Browse the repository at this point in the history
  7. stringify correctly

    lmiller1990 committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    ce47156 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bda88b3 View commit details
    Browse the repository at this point in the history
  9. add note on script

    lmiller1990 committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    c2a8a8b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    01cf2a9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e61aea5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. fix test in a hacky way

    lmiller1990 committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    348b6c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6f08f4 View commit details
    Browse the repository at this point in the history