Skip to content

Commit

Permalink
fix(polyfill): temporarily disable sourcemaps via @swc as it breaks t…
Browse files Browse the repository at this point in the history
…he service
  • Loading branch information
wessberg committed May 18, 2021
1 parent fd2fead commit 5c925f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export async function build({paths, features, featuresRequested, ecmaVersion, co
({code, map} = await transform(code, {
// TODO: Comment this back in when a regression has been resolved
// sourceMaps: sourcemap ? "inline" : false,
inputSourceMap: map,
// inputSourceMap: map,
minify,
filename: virtualOutputFileName,
jsc: {
Expand Down

0 comments on commit 5c925f1

Please sign in to comment.