favycon/.babelrc
Rui Saraiva efa6b4cc1e
feat: add drag and drop wizard (#39)
* feat(drag-and-drop): add drag and drop wizard

* chore(seo): update seo share image url

* improvement(upload): add download step 3

* improvement(loading): improve loading and add transitions

* improvement: add pwa support, clipboard and animations

* improvement(seo): add html lang and update title

* fix(button): fix button font family
2020-04-19 19:11:20 +01:00

15 lines
170 B
Plaintext

{
"presets": ["next/babel"],
"plugins": [
[
"prismjs",
{
"languages": ["markup"],
"plugins": [],
"theme": "default",
"css": false
}
]
]
}