mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
41c86d1cf1
This speeds up build times massively Signed-off-by: David Mehren <git@herrmehren.de>
12 lines
146 B
Text
12 lines
146 B
Text
{
|
|
"presets": [
|
|
["env", {
|
|
"targets": {
|
|
"browsers": "defaults"
|
|
}
|
|
}]
|
|
],
|
|
"plugins": [
|
|
"transform-runtime"
|
|
]
|
|
}
|