mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
fix(nitro): absolute external resolution (#80)
This commit is contained in:
parent
6e07ff1b92
commit
9a23c2a553
@ -44,8 +44,8 @@ export function externals (opts: NodeExternalsOptions): Plugin {
|
||||
} catch (_err) { }
|
||||
|
||||
return {
|
||||
id: isAbsolute(id) ? relative(opts.outDir, id) : id,
|
||||
external: true
|
||||
id,
|
||||
external: 'absolute'
|
||||
}
|
||||
},
|
||||
async buildEnd () {
|
||||
|
Loading…
Reference in New Issue
Block a user