Skip to content

Commit 05f08a7

Browse files
committed
fix: fix template HMR
1 parent a945fca commit 05f08a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function resolveLoaders (
9595
const templateCompilerOptions =
9696
'?' +
9797
JSON.stringify({
98-
id: hasScoped ? moduleId : undefined,
98+
id: moduleId,
9999
hasScoped,
100100
hasComment,
101101
optionsId,

0 commit comments

Comments
 (0)