We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3314dda commit 2196d7bCopy full SHA for 2196d7b
packages/bundler-plugin-core/src/index.ts
@@ -20,7 +20,6 @@ import {
20
getPackageJson,
21
parseMajorVersion,
22
replaceBooleanFlagsInCode,
23
- stringToUUID,
24
stripQueryAndHashFromPath,
25
} from "./utils";
26
import * as dotenv from "dotenv";
packages/bundler-plugin-core/src/utils.ts
@@ -181,7 +181,7 @@ export function getDebugIdFromMagicComment(code: string): string | undefined {
181
182
/**
183
* Gets a debug ID for the passed source code.
184
- *
+ *
185
* If the source already contains a debug ID magic comment, that existing debug
186
* ID is used, otherwise a debug ID is created via hashing
187
*/
0 commit comments