stacker.news/.babelrc

20 lines
399 B
Plaintext
Raw Normal View History

2021-04-12 18:05:09 +00:00
{
"presets": [
"next/babel"
],
"plugins": [
2021-04-30 21:42:51 +00:00
[
"inline-react-svg",
{
"svgo": {
"plugins": [
{
"name": "removeViewBox",
"active": false
}
]
}
}
]
2021-04-12 18:05:09 +00:00
]
}