We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b504b31 commit 04a942aCopy full SHA for 04a942a
packages/bundler-plugin-core/src/debug-id-upload.ts
@@ -249,7 +249,9 @@ async function determineSourceMapPathFromBundle(
249
}
250
251
// This is just a debug message because it can be quite spammy for some frameworks
252
- logger.debug(`Could not determine source map path for bundle: ${bundlePath}`);
+ logger.debug(
253
+ `Could not determine source map path for bundle: ${bundlePath} - Did you turn on source map generation in your bundler?`
254
+ );
255
return undefined;
256
257
0 commit comments