1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 14:58:25 -04:00
jarv.is/babel.config.json

19 lines
313 B
JSON

{
"presets": [
[
"@babel/preset-env",
{
"include": ["transform-arrow-functions", "transform-block-scoping", "transform-template-literals"],
"useBuiltIns": "entry",
"corejs": 3
}
],
[
"minify",
{
"removeConsole": true
}
]
]
}