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

feat: update ForkTsCheckerWebpackPlugin which presented random lockin… #1818

Merged
merged 3 commits into from
Jan 27, 2024

Commits on Jan 27, 2024

  1. feat: update ForkTsCheckerWebpackPlugin which presented random lockin…

    …g issues with newest 4.x TS versions
    
    * update ForkTsChecker configuration format
    * add ForkTsChecker plugin to the excluded plugins list of BabelEsmPlugin (the latter is directly calling apply on all the other plugins, causing unexpected behavior to ForkTsChecker)
    kRs committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    90c52e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb72648 View commit details
    Browse the repository at this point in the history
  3. chore: Formatting

    rschristian authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    4c66053 View commit details
    Browse the repository at this point in the history