Skip to content

Commit 4d258a9

Browse files
committed
Merge remote-tracking branch 'origin/master' into v0.13
2 parents 7d04e6c + c545ba8 commit 4d258a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/make-hot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const renderApplyHmr = ({
7575
//
7676
`${imports.join(';')};${`
7777
if (${meta} && ${meta}.hot) {
78-
if (false) import.meta.hot.accept();
78+
if (false) ${meta}.hot.accept();
7979
$2 = ${globalName}.applyHmr({
8080
m: ${meta},
8181
id: ${json(id)},

0 commit comments

Comments
 (0)