1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00
wallabag/.babelrc

11 lines
103 B
Text
Raw Permalink Normal View History

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