Blame view

babel.config.js 73 Bytes
c0087cf1   夏洋涛   feat:创建项目
1
2
3
4
5
module.exports = {
  presets: [
    '@vue/cli-plugin-babel/preset'
  ]
}