vue-cli4--G6兼容ie11

官网文档有出入,故记录下
  • 【vue-cli4--G6兼容ie11】vue.config.js
    module.exports = { transpileDependencies: [ "@antv/g6", "@antv/layout", "d3-force", "d3-dispatch", "ml-matrix", "regl", ], };

  • babel.config.js
module.exports = { sourceType: 'unambiguous', presets: [ '@vue/cli-plugin-babel/preset' ] }

参考文章
  • 如何让 IE 支持 G6

    推荐阅读