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 32df74d commit fb36270Copy full SHA for fb36270
scripts/rollup/build.js
@@ -575,6 +575,9 @@ function getPlugins(
575
sourcemapAfterClosure.sources = [preMinifiedFilename];
576
sourcemapAfterClosure.file = filename;
577
578
+ // All our code is considered "third-party" and should be ignored by default.
579
+ sourcemapAfterClosure.ignoreList = [0];
580
+
581
// We'll write the pre-minified source to disk as a separate file.
582
// Because it sits on disk, there's no need to have it in the `sourcesContent` array.
583
// That also makes the file easier to read, and available for use by scripts.
0 commit comments