mirror of
https://gitee.com/antv/g6.git
synced 2024-12-01 19:28:39 +08:00
fix not support ie11
This commit is contained in:
parent
9b714fbe71
commit
038d7aecb1
10
.browserslistrc
Normal file
10
.browserslistrc
Normal file
@ -0,0 +1,10 @@
|
||||
# Browsers that we support
|
||||
|
||||
[production staging]
|
||||
> 1%
|
||||
last 2 version
|
||||
ie 11
|
||||
|
||||
[development]
|
||||
> 1%
|
||||
last 2 version
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user