mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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: {
|
||||
'process.env.NUXT_NO_SSR': nuxt.options.ssr === false ? true : undefined
|
||||
},
|
||||
rollupConfig: {
|
||||
plugins: []
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user