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 391ba9e commit a1bbdceCopy full SHA for a1bbdce
1 file changed
.babelrc
@@ -14,6 +14,8 @@
14
"plugins": [
15
"@babel/plugin-transform-runtime",
16
["@babel/plugin-proposal-decorators", { "legacy": true }],
17
- ["@babel/plugin-proposal-class-properties", { "loose": true }]
+ ["@babel/plugin-proposal-class-properties", { "loose": true }],
18
+ ["@babel/plugin-proposal-private-methods", { "loose": true }],
19
+ ["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
20
]
21
}
0 commit comments