mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Pkg upgrades + styled components config
This commit is contained in:
@@ -16,9 +16,12 @@ const nextConfig = {
|
||||
reactRemoveProperties: isProduction,
|
||||
removeConsole: isProduction,
|
||||
styledComponents: {
|
||||
displayName: !isProduction,
|
||||
displayName: false,
|
||||
fileName: false,
|
||||
minify: isProduction,
|
||||
pure: true,
|
||||
ssr: false,
|
||||
transpileTemplateLiterals: true,
|
||||
},
|
||||
},
|
||||
devIndicators: {
|
||||
|
||||
Reference in New Issue
Block a user