Skip to content

Commit a1bbdce

Browse files
committed
build(babel): clean up babel warnings
1 parent 391ba9e commit a1bbdce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.babelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"plugins": [
1515
"@babel/plugin-transform-runtime",
1616
["@babel/plugin-proposal-decorators", { "legacy": true }],
17-
["@babel/plugin-proposal-class-properties", { "loose": true }]
17+
["@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 }]
1820
]
1921
}

0 commit comments

Comments
 (0)