Skip to content

feat: Add an option to ignore build errorsΒ #2139

@R5dan

Description

@R5dan

Is your feature request related to a problem? Please describe.

I want to by default have the option to not have build errors.

Describe the solution you'd like to see

I want to add

  typescript: {
    ignoreBuildErrors: true,
  },
  eslint: {
    ignoreDuringBuilds: true,
  }

to the next.config.js file.

Describe alternate solutions

I do not believe there is another solution for create t3 app to do this.

Additional information

I am happy to file a pr for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions