ezhizao_zx 10 月之前
父节点
当前提交
8f982d7e43
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      babel.config.js

+ 10 - 0
babel.config.js

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