build: add `nuxt` to nuxt externals

This commit is contained in:
Daniel Roe 2023-02-14 00:22:42 +00:00
parent 71bcd9550f
commit b1b908b1ed
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ export default defineBuildConfig({
'ofetch' 'ofetch'
], ],
externals: [ externals: [
'nuxt',
'nuxt/schema', 'nuxt/schema',
'@vue/reactivity', '@vue/reactivity',
'@vue/shared', '@vue/shared',