1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2024-12-17 13:16:28 +00:00
wallabag/.babelrc

11 lines
103 B
Text
Raw Normal View History

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