Skip to content

Commit e977bf6

Browse files
committed
updated babel
1 parent 77ea6c9 commit e977bf6

File tree

3 files changed

+565
-592
lines changed

3 files changed

+565
-592
lines changed

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"@babel/preset-typescript"
55
],
66
"plugins": [
7-
"@babel/plugin-proposal-class-properties",
8-
"@babel/plugin-proposal-optional-chaining",
7+
"@babel/plugin-transform-class-properties",
8+
"@babel/plugin-transform-optional-chaining",
99
"@babel/plugin-transform-async-to-generator",
1010
"@babel/plugin-transform-runtime"
1111
]

0 commit comments

Comments
 (0)