关于ie11:vuecli4G6兼容ie11

3次阅读

共计 248 个字符,预计需要花费 1 分钟才能阅读完成。

官网文档有出入,故记录下

  • 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
正文完
 0