Skip to content

Commit 059dae2

Browse files
committed
disable tree shaking
1 parent 4af92cb commit 059dae2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/api/build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ const commonParams = {
3939
to: ['../../dist/lambda/static'],
4040
},
4141
}),
42-
]
42+
],
43+
treeShaking: false,
4344
}
4445
esbuild
4546
.build({

0 commit comments

Comments
 (0)