日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網(wǎng)站首頁 Vue 正文

vue-cli3 兼容ie11 提示 SCRIPT1002: 語法錯誤

作者:TO_WebNow 更新時間: 2022-02-16 Vue

vue-cli3 兼容ie11; 提示 SCRIPT1002: 語法錯誤

  1. 我下載了 @babel/polyfill ; babel-polyfill
  2. 在vue.config.js 的 module.exports : {} 中添加
  configureWebpack: config => { config.entry.app = ["babel-polyfill", "./src/main.js"]; },
  transpileDependencies: [
    /[/\\]node_modules[/\\]test[/\\]/,
    /[/\\]node_modules[/\\][@\\]test2[/\\]test3[/\\]/
  ],
  1. 在main.js 上面引入
import 'babel-polyfill'
import '@babel/polyfill'
  1. 在babel.config.js中
presets: [
 ["@vue/app", {
   useBuiltIns : "entry"
 }]
],

原文鏈接:https://blog.csdn.net/TO_Web/article/details/117030966

欄目分類
最近更新