You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/dev-utils/src/generate-documentation-table.ts
+2
Original file line number
Diff line number
Diff line change
@@ -245,6 +245,8 @@ Each path can be given as a string or an object with more specific options.
245
245
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.
246
246
In situations where this leads to problems (e.g subresource integrity) you can use this option as a fallback.
247
247
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.
0 commit comments