portainer/.babelrc

12 lines
128 B
Plaintext

{
"plugins": ["lodash"],
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
]
]
}