1
0
mirror of https://github.com/Luzifer/past3.git synced 2024-09-19 17:02:59 +00:00
past3/.babelrc
Knut Ahlers 6f0a3d068d
Use babel to minify and transpile
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-09-24 13:00:18 +02:00

21 lines
311 B
Plaintext

{
"presets": [
[
"env",
{
"targets": {
"browsers": [
"last 3 versions",
"Safari >= 10",
"not ie <= 8",
"Edge >= 12",
"iOS >= 10",
"Android >= 4.4"
]
}
}
],
"minify"
]
}