Vue生态圈之----Vue CLI3学习整理----babel.config.js

module.exports = {
  presets: [
    '@vue/cli-plugin-babel/preset'
  ],
  plugins:[
    // ...
  ]
}
原文地址:https://www.cnblogs.com/adhehe/p/13385222.html