Skip to content

Missed crawler field definition in NuxtOptionsGenerate #7585

Closed
@is-blackhole

Description

@is-blackhole

Version

v2.13.0

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'.

This bug report is available on Nuxt community (#c10829)

Activity

reopened this on Jun 23, 2020
pi0

pi0 commented on Jun 23, 2020

@pi0
Member

Thanks for report @is-blackhole. Fix is avilable with nuxt-edge and will be published ASAP with next patch release.

pi0

pi0 commented on Jun 24, 2020

@pi0
Member

Hi! This should be fixed with v2.13.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @is-blackhole@pi0@danielroe

      Issue actions

        Missed crawler field definition in NuxtOptionsGenerate · Issue #7585 · nuxt/nuxt