build: ignore ESLint errors for Production build
It improves performance when extra checking is not necessary.
This commit is contained in:
parent
d35416646b
commit
b1ef2cc41c
@ -4,6 +4,9 @@ const nextTranslate = require('next-translate-plugin')
|
|||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: false,
|
reactStrictMode: false,
|
||||||
output: 'standalone',
|
output: 'standalone',
|
||||||
|
eslint: {
|
||||||
|
ignoreDuringBuilds: true
|
||||||
|
},
|
||||||
images: {
|
images: {
|
||||||
domains: [
|
domains: [
|
||||||
'api.thream.theoludwig.fr',
|
'api.thream.theoludwig.fr',
|
||||||
|
Reference in New Issue
Block a user