From 787c27c8d9e5a6d8152efd74a1160fc50ef16455 Mon Sep 17 00:00:00 2001 From: island205 Date: Fri, 1 Feb 2019 12:37:16 +0800 Subject: [PATCH] Build: Fix babel config issue which lead to collapse transition broken --- .babelrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.babelrc b/.babelrc index efb8a34e1..ca1bab944 100644 --- a/.babelrc +++ b/.babelrc @@ -19,7 +19,11 @@ [ "env", { + "loose": true, "modules": "commonjs", + "targets": { + "browsers": ["> 1%", "last 2 versions", "not ie <= 8"] + } } ], ],