You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Environment variables of CRA can be used with React Unity. However, there are so
28
28
-`FAST_REFRESH` - This can be set to `false` to disable `react-refresh` if you are having problems with hot reload
29
29
-`IMAGE_INLINE_SIZE_LIMIT` - `0` by default. Because non-inlined images will be faster in Unity. However, if users still want to inline images, they should increase this limit.
30
30
-`JSX_IMPORT_SOURCE` - Can be used to allow some custom JSX transformations. For example, set this variable to `@emotion/react` for Emotion.
31
+
-`ENABLE_SCOPE` - Can be used to restricts imports to `src` folder only.
31
32
32
33
Environment variables can also be defined by having `.env`, `.env.local`, `.env.<development|production>` in project folder.
0 commit comments