We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ea6c9 commit e977bf6Copy full SHA for e977bf6
.babelrc
@@ -4,8 +4,8 @@
4
"@babel/preset-typescript"
5
],
6
"plugins": [
7
- "@babel/plugin-proposal-class-properties",
8
- "@babel/plugin-proposal-optional-chaining",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-optional-chaining",
9
"@babel/plugin-transform-async-to-generator",
10
"@babel/plugin-transform-runtime"
11
]
0 commit comments