Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f693fc7

Browse files
committed
fix: fix build script
1 parent 4a95e37 commit f693fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ await esbuild.build({
3333
target: 'node14',
3434

3535
plugins: [
36-
esbuildPluginLicense.default({
36+
esbuildPluginLicense({
3737
thirdParty: {
3838
includePrivate: false,
3939
output: {

0 commit comments

Comments
 (0)