chore: update babel config
This commit is contained in:
parent
d5b0063d72
commit
01a2a8ffdb
2
.babelrc
2
.babelrc
@ -5,6 +5,8 @@
|
||||
"plugins": [
|
||||
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
||||
["@babel/plugin-proposal-class-properties", { "loose": true }],
|
||||
["@babel/plugin-proposal-private-methods", { "loose": true }],
|
||||
["@babel/plugin-proposal-private-property-in-objects", { "loose": true }],
|
||||
["@babel/transform-runtime"]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user