1
0
mirror of https://github.com/wallabag/wallabag.git synced 2024-12-18 03:09:49 +01:00
wallabag/.babelrc

11 lines
103 B
Plaintext
Raw Normal View History

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