mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 06:31:27 +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: [
|
external: [
|
||||||
'#internal/nitro', '#internal/nitro/utils',
|
'#internal/nitro', '#internal/nitro/utils',
|
||||||
// explicit dependencies we use in our ssr renderer - these can be inlined (if necessary) in the nitro build
|
// 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
|
// dependencies we might share with nitro - these can be inlined (if necessary) in the nitro build
|
||||||
...nitroDependencies
|
...nitroDependencies
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user