浏览代码

Attempt to resolve node dependencies

Sebastien L 1 年之前
父节点
当前提交
4d35c7e8c5
共有 1 个文件被更改,包括 1 次插入7 次删除
  1. 1 7
      components/wifi-manager/webapp/.babelrc

+ 1 - 7
components/wifi-manager/webapp/.babelrc

@@ -9,11 +9,5 @@
         "minify"
       ]
     }
-  },
-  "plugins": [
-    "@babel/plugin-proposal-nullish-coalescing-operator",
-    "@babel/plugin-proposal-optional-chaining",
-    ["@babel/plugin-transform-runtime"],
-
-  ],
+  }
 }