stacker.news/.babelrc

8 lines
98 B
Plaintext

{
"presets": [
"next/babel"
],
"plugins": [
"inline-react-svg"
]
}