Skip to content

Commit b8eee94

Browse files
committed
fix build
1 parent 659f7b2 commit b8eee94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/esbuild-plugin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function esbuildDebugIdInjectionPlugin(logger: Logger): UnpluginOptions {
167167
return {
168168
loader: "js",
169169
pluginName,
170-
contents: getDebugIdSnippet(uuidv4()),
170+
contents: getDebugIdSnippet(uuidv4()).code(),
171171
};
172172
});
173173
},

0 commit comments

Comments
 (0)