mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
fix(vite): add hookable
to externals list
This commit is contained in:
parent
554f868bce
commit
4552d39c4d
@ -61,7 +61,7 @@ export async function buildServer (ctx: ViteBuildContext) {
|
||||
external: [
|
||||
'#internal/nitro', '#internal/nitro/utils',
|
||||
// explicit dependencies we use in our ssr renderer - these can be inlined (if necessary) in the nitro build
|
||||
'unhead', '@unhead/ssr', '@unhead/vue', 'unctx', 'h3', 'devalue', '@nuxt/devalue', 'radix3', 'unstorage',
|
||||
'unhead', '@unhead/ssr', '@unhead/vue', 'unctx', 'h3', 'devalue', '@nuxt/devalue', 'radix3', 'unstorage', 'hookable',
|
||||
// dependencies we might share with nitro - these can be inlined (if necessary) in the nitro build
|
||||
...nitroDependencies
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user