mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-22 08:29:46 +00:00
fix(nuxt) : add default value for nitro.rollupConfig.plugins
(#4830)
This commit is contained in:
parent
2cc336d3a3
commit
6b1671181e
@ -88,6 +88,9 @@ export async function initNitro (nuxt: Nuxt) {
|
|||||||
},
|
},
|
||||||
replace: {
|
replace: {
|
||||||
'process.env.NUXT_NO_SSR': nuxt.options.ssr === false ? true : undefined
|
'process.env.NUXT_NO_SSR': nuxt.options.ssr === false ? true : undefined
|
||||||
|
},
|
||||||
|
rollupConfig: {
|
||||||
|
plugins: []
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user