Skip to content

Commit 4e7800e

Browse files
authored
chore: update webpack (#4367)
1 parent fbda2a8 commit 4e7800e

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"tcp-port-used": "^1.0.2",
115115
"typescript": "^4.6.3",
116116
"url-loader": "^4.1.1",
117-
"webpack": "^5.69.1",
117+
"webpack": "^5.71.0",
118118
"webpack-cli": "^4.7.2",
119119
"webpack-merge": "^5.8.0"
120120
},

test/e2e/__snapshots__/multi-compiler.test.js.snap.webpack5

+6-6
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ Array [
5555
"[HMR] Cannot apply update. Need to do a full reload!",
5656
"[HMR] Error: Aborted because ./browser.js is not accepted
5757
Update propagation: ./browser.js
58-
at applyHandler (http://127.0.0.1:8103/browser.js:1018:31)
59-
at http://127.0.0.1:8103/browser.js:718:21
58+
at applyHandler (http://127.0.0.1:8103/browser.js:1034:31)
59+
at http://127.0.0.1:8103/browser.js:733:21
6060
at Array.map (<anonymous>)
61-
at internalApply (http://127.0.0.1:8103/browser.js:717:54)
62-
at http://127.0.0.1:8103/browser.js:691:26
63-
at waitForBlockingPromises (http://127.0.0.1:8103/browser.js:644:55)
64-
at http://127.0.0.1:8103/browser.js:689:24",
61+
at internalApply (http://127.0.0.1:8103/browser.js:732:54)
62+
at http://127.0.0.1:8103/browser.js:702:26
63+
at waitForBlockingPromises (http://127.0.0.1:8103/browser.js:656:48)
64+
at http://127.0.0.1:8103/browser.js:700:24",
6565
"[HMR] Waiting for update signal from WDS...",
6666
"Hello from the browser",
6767
"[webpack-dev-server] Hot Module Replacement enabled.",

0 commit comments

Comments
 (0)