mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(nitro): set makeAbsoluteExternalsRelative
to false (resolves #160)
This commit is contained in:
parent
838eae4a57
commit
a82e7b9008
@ -104,7 +104,8 @@ export const getRollupConfig = (nitroContext: NitroContext) => {
|
||||
},
|
||||
external: env.external,
|
||||
// https://github.com/rollup/rollup/pull/4021#issuecomment-809985618
|
||||
makeAbsoluteExternalsRelative: 'ifRelativeSource',
|
||||
// https://github.com/nuxt/framework/issues/160
|
||||
makeAbsoluteExternalsRelative: false,
|
||||
plugins: [],
|
||||
onwarn (warning, rollupWarn) {
|
||||
if (
|
||||
|
Loading…
Reference in New Issue
Block a user