stacker.news/.babelrc

21 lines
428 B
Plaintext
Raw Normal View History

2021-04-12 18:05:09 +00:00
{
"presets": [
"next/babel"
],
"plugins": [
2021-11-04 18:22:03 +00:00
"styled-components",
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
]
}