Skip to content

Commit 0946c04

Browse files
committed
fix: include dist/runtime in externals list
1 parent 9c2e6e4 commit 0946c04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export default defineCommand({
7373
cjsBridge: true,
7474
},
7575
externals: [
76+
/dist\/runtime\//,
7677
'@nuxt/schema',
7778
'@nuxt/schema-nightly',
7879
'@nuxt/schema-edge',

0 commit comments

Comments
 (0)