chore(v2): Update webpack-related dependencies, pre-work to migrate to Webpack 5#4081
chore(v2): Update webpack-related dependencies, pre-work to migrate to Webpack 5#4081slorber merged 4 commits intofacebook:masterfrom RDIL:init-webpack-5r
Conversation
|
[V1] Deploy preview failure Built without sensitive environment variables with commit 1387533 https://app.netlify.com/sites/docusaurus-1/deploys/6008d1b36e050d0008ab5fc8 |
|
Deploy preview for docusaurus-2 ready! Built without sensitive environment variables with commit 1387533 |
|
Size Change: -2 B (0%) Total Size: 27.1 kB ℹ️ View Unchanged
|
Signed-off-by: Reece Dunham <me@rdil.rocks>
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-4081--docusaurus-2.netlify.app/classic/ |
|
About About |
Yes, but this PR is just to bump up the non-critical dependencies to make the actual webpack 5 PR smaller. |
|
Ah I see, that's why the deploy preview looks fine to me 😅 Thanks for your work, will review it soon |
|
LGTM didn't see any issue |
Motivation
Begin to implement #4027 by updating the webpack plugins & related code.
Notes for webpack 5 upgrade:
html-webpack-pluginwill need an updatenull-loadershould be removedterser-webpack-pluginon latest just doesn't workHave you read the Contributing Guidelines on pull requests?
Yes.
Test Plan
I've confirmed it still works just fine on the current webpack version (v4).
Related PRs
n/a