Next config additions

This commit is contained in:
Dustin Brett 2022-03-04 20:36:28 -08:00
parent 6bf444e854
commit c718129d51

View File

@ -6,11 +6,20 @@
const nextConfig = {
compiler: {
reactRemoveProperties: true,
removeConsole: {
exclude: ["log"],
},
styledComponents: true,
},
experimental: {
reactRoot: true,
devIndicators: {
buildActivity: false,
},
experimental: {
disablePostcssPresetEnv: true,
reactRoot: true,
swcFileReading: true,
},
optimizeFonts: false,
reactStrictMode: true,
swcMinify: true,
};