董国庆
2025-09-12 527efb36f35b471710e445972673abff45bacdac
1
2
3
4
5
6
7
8
module.exports = {
  presets: [
    '@vue/cli-plugin-babel/preset'
  ],
  plugins: [
    '@babel/plugin-proposal-nullish-coalescing-operator'
  ]
}