1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-01-12 10:01:27 +00:00
hedgedoc/.babelrc
2016-12-24 11:10:18 +08:00

8 lines
80 B
Text

{
"presets": [
"es2015"
],
"plugins": [
"transform-runtime"
]
}