joyent-portal/packages/ui-toolkit/.babelrc

10 lines
154 B
Plaintext
Raw Normal View History

{
2017-09-18 14:12:01 +03:00
"presets": ["joyent-portal"],
"plugins": [
"styled-components",
["inline-react-svg", {
"ignorePattern": "libre-franklin"
}]
]
}