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 189f4ea commit 0473a98Copy full SHA for 0473a98
build.config.ts
@@ -6,4 +6,5 @@ export default defineBuildConfig({
6
emitCJS: true,
7
},
8
entries: ['./src/index.ts'],
9
+ externals: ['h3'],
10
})
0 commit comments