Komang_Gede_Narariya_Suputra/iClOP-V2/public/lte/.babelrc
2024-12-31 11:25:09 +07:00

15 lines
183 B
Plaintext

{
"presets": [
[
"@babel/preset-env",
{
"loose": true,
"modules": false
}
]
],
"plugins": [
"@babel/plugin-external-helpers"
]
}