Skip to content

Commit

Permalink
chore: update webpack (#4367)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed Apr 4, 2022
1 parent fbda2a8 commit 4e7800e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -114,7 +114,7 @@
"tcp-port-used": "^1.0.2",
"typescript": "^4.6.3",
"url-loader": "^4.1.1",
"webpack": "^5.69.1",
"webpack": "^5.71.0",
"webpack-cli": "^4.7.2",
"webpack-merge": "^5.8.0"
},
Expand Down
12 changes: 6 additions & 6 deletions test/e2e/__snapshots__/multi-compiler.test.js.snap.webpack5
Expand Up @@ -55,13 +55,13 @@ Array [
"[HMR] Cannot apply update. Need to do a full reload!",
"[HMR] Error: Aborted because ./browser.js is not accepted
Update propagation: ./browser.js
at applyHandler (http://127.0.0.1:8103/browser.js:1018:31)
at http://127.0.0.1:8103/browser.js:718:21
at applyHandler (http://127.0.0.1:8103/browser.js:1034:31)
at http://127.0.0.1:8103/browser.js:733:21
at Array.map (<anonymous>)
at internalApply (http://127.0.0.1:8103/browser.js:717:54)
at http://127.0.0.1:8103/browser.js:691:26
at waitForBlockingPromises (http://127.0.0.1:8103/browser.js:644:55)
at http://127.0.0.1:8103/browser.js:689:24",
at internalApply (http://127.0.0.1:8103/browser.js:732:54)
at http://127.0.0.1:8103/browser.js:702:26
at waitForBlockingPromises (http://127.0.0.1:8103/browser.js:656:48)
at http://127.0.0.1:8103/browser.js:700:24",
"[HMR] Waiting for update signal from WDS...",
"Hello from the browser",
"[webpack-dev-server] Hot Module Replacement enabled.",
Expand Down

0 comments on commit 4e7800e

Please sign in to comment.