Explorar o código

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

island205 %!s(int64=6) %!d(string=hai) anos
pai
achega
787c27c8d9
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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"]
+            }
           }
         ],
       ],