Sfoglia il codice sorgente

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

island205 6 anni fa
parent
commit
787c27c8d9
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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"]
+            }
           }
         ],
       ],