This commit is contained in:
ntr
2018-09-18 20:13:22 +10:00
parent 428d3a2c78
commit c23c65d386
11 changed files with 204 additions and 180 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"presets": [
"es2015",
"react"
],
"plugins": [
["transform-react-jsx", { "pragma":"preact.h" }]
]
}