Skip to content

Commit

Permalink
docs: Clarify interaction between uploadLegacySourcemaps and other …
Browse files Browse the repository at this point in the history
…options (#535)
  • Loading branch information
lforst committed May 23, 2024
1 parent d2afeaf commit 929aa15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dev-utils/src/generate-documentation-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ Each path can be given as a string or an object with more specific options.
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.
In situations where this leads to problems (e.g subresource integrity) you can use this option as a fallback.
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.
The \`IncludeEntry\` type looks as follows:
\`\`\`ts
Expand Down

0 comments on commit 929aa15

Please sign in to comment.