vue脚手架开发环境没有问题,打包后ie,360有兼容性问题比如不支持findIndex等

vue脚手架开发环境没有问题,打包后ie,360有兼容性问题比如不支持findIndex等_第1张图片

(1)在vue.config中配置 transpileDependencies: [‘iview’]会导致运行也有问题‘’【xxx】

(2)在babel.config.js中加入

module.exports = {
      presets: [['@vue/app', {
      useBuiltIns: 'entry' }]] }

在main中加入

import'@babel/polyfill';

啊啊啊啊啊啊在我使用第一种方法的时候找到了这篇希望对你有用呀

https://www.jianshu.com/p/4bae61f2b7bc

你可能感兴趣的:(前端,vue,脚手架,兼容性问题,360,iview)