Skip to content

Commit 8fcb700

Browse files
- Rollback babel changes
1 parent 226352d commit 8fcb700

3 files changed

Lines changed: 730 additions & 18 deletions

File tree

babel.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@babel/preset-typescript"
1111
],
1212
"plugins": [
13-
"@babel/plugin-transform-class-properties",
14-
"@babel/plugin-transform-optional-chaining",
13+
"@babel/plugin-proposal-class-properties",
14+
"@babel/plugin-proposal-optional-chaining",
1515
"@babel/plugin-transform-class-static-block"
1616
]
1717
}

0 commit comments

Comments
 (0)