fix not support ie11

This commit is contained in:
baizn 2019-10-28 17:27:25 +08:00
parent 9b714fbe71
commit 038d7aecb1
2 changed files with 11 additions and 1 deletions

10
.browserslistrc Normal file
View File

@ -0,0 +1,10 @@
# Browsers that we support
[production staging]
> 1%
last 2 version
ie 11
[development]
> 1%
last 2 version

View File

@ -119,7 +119,7 @@
},
"dependencies": {
"@antv/g": "~3.4.6",
"@antv/hierarchy": "~0.6.0",
"@antv/hierarchy": "~0.6.1",
"@antv/util": "~1.3.1",
"d3-force": "^2.0.1",
"dagre": "^0.8.4",