Skip to content

Commit 0473a98

Browse files
committed
fix: build error
1 parent 189f4ea commit 0473a98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ export default defineBuildConfig({
66
emitCJS: true,
77
},
88
entries: ['./src/index.ts'],
9+
externals: ['h3'],
910
})

0 commit comments

Comments
 (0)