ソースを参照

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"]
+            }
           }
         ],
       ],