Commit 7429ee92 authored by Zhi Cun's avatar Zhi Cun Committed by GitHub

Merge pull request #14282 from island205/bugfix/collapse-transition

CollapseTransition: Fix bug when build commonjs with babel
parents 7094bebb 787c27c8
...@@ -19,7 +19,11 @@ ...@@ -19,7 +19,11 @@
[ [
"env", "env",
{ {
"loose": true,
"modules": "commonjs", "modules": "commonjs",
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
} }
], ],
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment