“Mengabaikan kesalahan naskah di NextJS” Kode Jawaban

Mengabaikan kesalahan naskah di JS berikutnya

//Open next.config.js and enable the ignoreBuildErrors option 
//in the typescript config:

module.exports = {
  typescript: {
    // !! WARN !!
    // Dangerously allow production builds to successfully complete even if
    // your project has type errors.
    // !! WARN !!
    ignoreBuildErrors: true,
  },
}
CodePadding

Mengabaikan kesalahan naskah di NextJS

//at next.config.js add following code
module.exports = {
  typescript: {
    // !! WARN !!
    // Dangerously allow production builds to successfully complete even if
    // your project has type errors.
    // !! WARN !!
    ignoreBuildErrors: true,
  },
}
Shirshak kandel

Jawaban yang mirip dengan “Mengabaikan kesalahan naskah di NextJS”

Pertanyaan yang mirip dengan “Mengabaikan kesalahan naskah di NextJS”

Lebih banyak jawaban terkait untuk “Mengabaikan kesalahan naskah di NextJS” di TypeScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya