Skip to content

Commit aaa31a5

Browse files
committed
fix: disable externalHelpers
1 parent a867a55 commit aaa31a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const buildMatrix = (input: string, output: string, config: {
8989
nodeResolve(),
9090
swc(defineRollupSwcOption({
9191
jsc: {
92-
externalHelpers: true,
92+
externalHelpers: false,
9393
parser: {
9494
syntax: 'typescript',
9595
tsx: true

0 commit comments

Comments
 (0)