mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
13 lines
244 B
Text
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"]
|
|
}
|