Bläddra i källkod

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

island205 6 år sedan
förälder
incheckning
787c27c8d9
1 ändrade filer med 4 tillägg och 0 borttagningar
  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"]
+            }
           }
         ],
       ],