You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(nuxt): Don't override Nuxt options if undefined (#15795)
Sometimes, the build fails because of this error: ` ERROR Cannot set
property options of #<Object> which has only a getter `
As `nuxt.options` are always defined anyway (it's also not optional in
the `Nuxt` type), we can safely delete the assertion to `{}` which
causes the error to dissapear.
0 commit comments