chore: fix babel config
This commit is contained in:
parent
f47072b86c
commit
da9f05c09e
2
.babelrc
2
.babelrc
@ -6,7 +6,7 @@
|
|||||||
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
||||||
["@babel/plugin-proposal-class-properties", { "loose": true }],
|
["@babel/plugin-proposal-class-properties", { "loose": true }],
|
||||||
["@babel/plugin-proposal-private-methods", { "loose": true }],
|
["@babel/plugin-proposal-private-methods", { "loose": true }],
|
||||||
["@babel/plugin-proposal-private-property-in-objects", { "loose": true }],
|
["@babel/plugin-proposal-private-property-in-object", { "loose": true }],
|
||||||
["@babel/transform-runtime"]
|
["@babel/transform-runtime"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user