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

CollapseTransition: Fix bug when build commonjs with babel
pull/14288/head
Zhi Cun 2019-02-01 13:35:55 +08:00 committed by GitHub
commit 7429ee920e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -19,7 +19,11 @@
[
"env",
{
"loose": true,
"modules": "commonjs",
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}
],
],