branch-deploy/.babelrc

10 строки
149 B
Plaintext

{
"env": {
"test": {
"plugins": [
"@babel/plugin-transform-modules-commonjs"
]
}
}
}