Skip to content

Commit 3158de5

Browse files
committed
Fix typo in hmr runtime
1 parent bc43a4d commit 3158de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtimes/hmr/src/loaders/hmr-runtime.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ function hmrAccept(bundle /*: ParcelRequire */, id /*: string */) {
637637
}
638638
});
639639

640-
if (assetsToAccept.length) {
640+
if (assetsToAlsoAccept.length) {
641641
let handled = assetsToAlsoAccept.every(function (a) {
642642
return hmrAcceptCheck(a[0], a[1]);
643643
});

0 commit comments

Comments
 (0)