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

Wp5 update webpack dependencies and fix minor issues #11170

Merged
merged 4 commits into from
Jul 12, 2021
Merged

Wp5 update webpack dependencies and fix minor issues #11170

merged 4 commits into from
Jul 12, 2021

Commits on Jul 1, 2021

  1. Fix periodic recompilation

    Removing the WatchMissingNodeModulesPlugin as it's not working in Webpack 5 when caching is enabled
    Morten N.O. Nørgaard Henriksen authored and Morten N.O. Nørgaard Henriksen committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    098c5d0 View commit details
    Browse the repository at this point in the history
  2. Upodate webpack 5 related dependencies

    Morten N.O. Nørgaard Henriksen authored and Morten N.O. Nørgaard Henriksen committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    d0280bd View commit details
    Browse the repository at this point in the history
  3. Remove unused pnpTs file

    Support for pnp is builtin to webpack 5 and forkTypescriptChecker
    Morten N.O. Nørgaard Henriksen authored and Morten N.O. Nørgaard Henriksen committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    d1f200f View commit details
    Browse the repository at this point in the history
  4. Fix babel warning after dependency update

    `@babel/plugin-proposal-private-methods` was being used in the background (now explicite dependency) and required loose to be set true / same as `@babel/plugin-proposal-class-properties`
    Morten N.O. Nørgaard Henriksen authored and Morten N.O. Nørgaard Henriksen committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    5f2a814 View commit details
    Browse the repository at this point in the history