647556386
3 天以前 0f0b7ba9b77c55db4e13b10fd5de3a01183fb356
1
2
3
4
5
6
7
8
9
module.exports = {
  presets: [
    '@vue/cli-plugin-babel/preset'
  ],
  plugins: [
    // 添加可选链操作符支持
    '@babel/plugin-proposal-optional-chaining'
  ]
}