소스 검색

Build: Fix babel config issue which lead to collapse transition broken

island205 6 년 전
부모
커밋
787c27c8d9
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .babelrc

+ 4 - 0
.babelrc

@@ -19,7 +19,11 @@
         [
           "env",
           {
+            "loose": true,
             "modules": "commonjs",
+            "targets": {
+              "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
+            }
           }
         ],
       ],