소스 검색

Attempt to resolve node dependencies

Sebastien L 2 년 전
부모
커밋
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"],
-
-  ],
+  }
 }