mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
Next config additions
This commit is contained in:
parent
6bf444e854
commit
c718129d51
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user