Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.babelrc - github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4f37e54241b4cbcd18785339728fa5cf853f9a2 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "presets": ["next/babel"],
  "plugins": [
    [
      "styled-components",
      { "ssr": true, "displayName": true, "preprocess": false }
    ],
    "inline-react-svg"
  ]
}