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 1008018 commit c2d1d3fCopy full SHA for c2d1d3f
packages/core/index.ts
@@ -58,6 +58,7 @@ function transformOption(path: string, options?: Options, jest = false): SwcOpti
58
noInterop: !opts.esModuleInterop,
59
},
60
sourceMaps: typeof opts.sourcemap === 'undefined' ? true : opts.sourcemap,
61
+ inlineSourcesContent: true,
62
swcrc: false,
63
...(options?.swc ?? {}),
64
}
0 commit comments