mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 15:42:09 +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,
|
external: env.external,
|
||||||
// https://github.com/rollup/rollup/pull/4021#issuecomment-809985618
|
// https://github.com/rollup/rollup/pull/4021#issuecomment-809985618
|
||||||
makeAbsoluteExternalsRelative: 'ifRelativeSource',
|
// https://github.com/nuxt/framework/issues/160
|
||||||
|
makeAbsoluteExternalsRelative: false,
|
||||||
plugins: [],
|
plugins: [],
|
||||||
onwarn (warning, rollupWarn) {
|
onwarn (warning, rollupWarn) {
|
||||||
if (
|
if (
|
||||||
|
Loading…
Reference in New Issue
Block a user