Gitako/.babelrc
2021-12-23 21:51:31 +08:00

13 lines
244 B
Text

{
"env": {
"test": {
"plugins": ["babel-plugin-transform-es2015-modules-commonjs"]
}
},
// 1
// 2
// 3
// 4
// 5
"plugins": ["@babel/plugin-proposal-optional-chaining", "@babel/plugin-proposal-class-properties"]
}