ezhizao_zx hai 10 meses
pai
achega
8f982d7e43
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      babel.config.js

+ 10 - 0
babel.config.js

@@ -0,0 +1,10 @@
+module.exports = {
+  "plugins": [
+    [
+      "jsx",
+      {
+        "preserve": true
+      }
+    ]
+  ]
+}