mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-11 15:01:32 +00:00
12 lines
146 B
Text
12 lines
146 B
Text
{
|
|
"presets": [
|
|
["env", {
|
|
"targets": {
|
|
"browsers": "defaults"
|
|
}
|
|
}]
|
|
],
|
|
"plugins": [
|
|
"transform-runtime"
|
|
]
|
|
}
|