mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
use makeAbsoluteExternalsRelative
This commit is contained in:
parent
03997e21dc
commit
bc15e6e4e6
@ -216,7 +216,8 @@ export async function initNitro (nuxt: Nuxt & { _nitro?: Nitro }) {
|
||||
},
|
||||
rollupConfig: {
|
||||
output: {},
|
||||
plugins: []
|
||||
plugins: [],
|
||||
makeAbsoluteExternalsRelative: 'ifRelativeSource'
|
||||
}
|
||||
} satisfies NitroConfig)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user