ezhizao_zx 10 months ago
parent
commit
8f982d7e43
1 changed files with 10 additions and 0 deletions
  1. 10 0
      babel.config.js

+ 10 - 0
babel.config.js

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