Closed
Description
Version
Reproduction link
https://jsfiddle.net/z0sLajyw/
Steps to reproduce
according to docs https://nuxtjs.org/api/configuration-generate#crawler generate definition can have crawler, but its missed in NuxtOptionsGenerate
What is expected ?
no errors
What is actually happening?
Type '{ crawler: false; }' is not assignable to type 'NuxtOptionsGenerate'.
Object literal may only specify known properties, and 'crawler' does not exist in type 'NuxtOptionsGenerate'.
Activity
pi0 commentedon Jun 23, 2020
Thanks for report @is-blackhole. Fix is avilable with
nuxt-edge
and will be published ASAP with next patch release.pi0 commentedon Jun 24, 2020
Hi! This should be fixed with v2.13.1.