@tamagui/types 1.108.4 → 1.109.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types.ts +6 -0
package/package.json
CHANGED
package/types.ts
CHANGED
|
@@ -120,6 +120,12 @@ export interface TamaguiBuildOptions {
|
|
|
120
120
|
*/
|
|
121
121
|
disableMinifyCSS?: boolean
|
|
122
122
|
|
|
123
|
+
/**
|
|
124
|
+
* This can speed up dev builds by only optimizing the client side generated code,
|
|
125
|
+
* but can cause hydration mis-matches
|
|
126
|
+
*/
|
|
127
|
+
disableServerOptimization?: boolean
|
|
128
|
+
|
|
123
129
|
/**
|
|
124
130
|
* If you have a tamagui.build.ts file that describes your compiler setup, you can set it here
|
|
125
131
|
*/
|