1
1
mirror of https://github.com/primer/css.git synced 2024-11-25 18:26:14 +03:00
css/docs/.babelrc

15 lines
191 B
Plaintext
Raw Permalink Normal View History

{
"sourceType": "unambiguous",
"presets": [
"@babel/preset-react",
[
"@babel/preset-env",
{
"targets": {
"chrome": 100
}
}
]
]
}