Skip to content

Commit 929aa15

Browse files
authored
docs: Clarify interaction between uploadLegacySourcemaps and other options (#535)
1 parent d2afeaf commit 929aa15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: packages/dev-utils/src/generate-documentation-table.ts

+2
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ Each path can be given as a string or an object with more specific options.
245245
The modern version of doing source maps upload is more robust and way easier to get working but has to inject a very small snippet of JavaScript into your output bundles.
246246
In situations where this leads to problems (e.g subresource integrity) you can use this option as a fallback.
247247
248+
Please note that this option will not interact with any settings provided in the \`sourcemaps\` option. Using \`uploadLegacySourcemaps\` is a completely separate upload mechanism we provide for backwards-compatibility.
249+
248250
The \`IncludeEntry\` type looks as follows:
249251
250252
\`\`\`ts

0 commit comments

Comments
 (0)