Revert "Merge branch 'main' into bugfix/reenable-ckpt-conversion-to-ram"

This reverts commit e0e70c9222, reversing
changes made to 0b184913b9.
This commit is contained in:
blessedcoolant
2023-03-06 14:29:39 +13:00
parent e0e70c9222
commit e537b5d8e1
327 changed files with 6253 additions and 6631 deletions

View File

@ -1,14 +0,0 @@
diff --git a/node_modules/@chakra-ui/cli/dist/scripts/read-theme-file.worker.js b/node_modules/@chakra-ui/cli/dist/scripts/read-theme-file.worker.js
index 937cf0d..7dcc0c0 100644
--- a/node_modules/@chakra-ui/cli/dist/scripts/read-theme-file.worker.js
+++ b/node_modules/@chakra-ui/cli/dist/scripts/read-theme-file.worker.js
@@ -50,7 +50,8 @@ async function readTheme(themeFilePath) {
project: tsConfig.configFileAbsolutePath,
compilerOptions: {
module: "CommonJS",
- esModuleInterop: true
+ esModuleInterop: true,
+ jsx: 'react'
},
transpileOnly: true,
swc: true