Skip to content

Commit 95fb5c4

Browse files
fix(ssr): switch back to classic jsx runtime (#4666)
1 parent 6d05749 commit 95fb5c4

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

packages/main/.babelrc.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@
1717
],
1818
"env": {
1919
"ssr": {
20-
"presets": [
21-
[
22-
"@babel/preset-react",
23-
{
24-
"runtime": "automatic"
25-
}
26-
]
27-
],
2820
"plugins": [
2921
[
3022
"./babel-plugin-ssr.mjs",

packages/main/tsconfig.wrappers.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
{
88
"path": "./packages/main"
99
},
10-
{
11-
"path": "./packages/main/tsconfig.wrappers.json"
12-
},
1310
{
1411
"path": "./packages/charts"
1512
},

0 commit comments

Comments
 (0)