Disable optimizeCss
This commit is contained in:
parent
92395861da
commit
27023723fe
@ -10,7 +10,14 @@ const nextConfig = {
|
||||
optimizeFonts: true,
|
||||
poweredByHeader: false,
|
||||
experimental: {
|
||||
optimizeCss: true,
|
||||
// Will leave disabled for now as it causes
|
||||
// cpu usage spikes when loading a page
|
||||
//optimizeCss: true,
|
||||
},
|
||||
compiler: {
|
||||
removeConsole: {
|
||||
exclude: ["error"],
|
||||
},
|
||||
},
|
||||
|
||||
images: {
|
||||
|
Reference in New Issue
Block a user