This commit is contained in:
ntr
2019-08-13 15:44:17 +10:00
parent 143b0e92cb
commit 99c575ac69
11 changed files with 1761 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"presets": [
"es2015",
"react"
],
"plugins": [
["transform-react-jsx", { "pragma":"preact.h" }]
]
}