mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Next upgrade
This commit is contained in:
@@ -15,17 +15,25 @@ const nextConfig = {
|
||||
compiler: {
|
||||
reactRemoveProperties: isProduction,
|
||||
removeConsole: isProduction,
|
||||
styledComponents: true,
|
||||
styledComponents: {
|
||||
displayName: !isProduction,
|
||||
minify: isProduction,
|
||||
pure: true,
|
||||
},
|
||||
},
|
||||
crossOrigin: false,
|
||||
devIndicators: {
|
||||
buildActivity: false,
|
||||
buildActivityPosition: "top-right",
|
||||
},
|
||||
experimental: {
|
||||
disablePostcssPresetEnv: true,
|
||||
reactRoot: true,
|
||||
browsersListForSwc: true,
|
||||
legacyBrowsers: false,
|
||||
serverComponents: false,
|
||||
swcFileReading: true,
|
||||
},
|
||||
optimizeFonts: false,
|
||||
output: "standalone",
|
||||
productionBrowserSourceMaps: false,
|
||||
reactStrictMode: true,
|
||||
swcMinify: !isProduction,
|
||||
webpack: (config) => {
|
||||
|
||||
Reference in New Issue
Block a user