Skip to content

Commit

Permalink
fix: add -nightly versions to externals
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 25, 2024
1 parent e5c123c commit 0a88a87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commands/build.ts
Expand Up @@ -56,10 +56,13 @@ export default defineCommand({
},
externals: [
'@nuxt/schema',
'@nuxt/schema-nightly',
'@nuxt/schema-edge',
'@nuxt/kit',
'@nuxt/kit-nightly',
'@nuxt/kit-edge',
'nuxt',
'nuxt-nightly',
'nuxt-edge',
'nuxt3',
'vue',
Expand Down

0 comments on commit 0a88a87

Please sign in to comment.