Skip to content

Commit

Permalink
fix: include dist/runtime in externals list
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 22, 2024
1 parent 9c2e6e4 commit 0946c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default defineCommand({
cjsBridge: true,
},
externals: [
/dist\/runtime\//,
'@nuxt/schema',
'@nuxt/schema-nightly',
'@nuxt/schema-edge',
Expand Down

0 comments on commit 0946c04

Please sign in to comment.