server/.babelrc
Christoph Wurst cfb64ae93e
Use shared browserslist config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-19 10:41:10 +02:00

10 lines
103 B
Text

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