babel.config.js 207 B

1234567891011
  1. module.exports = {
  2. presets: ["@vue/app"]
  3. // plugins: [
  4. // ['import', {
  5. // libraryName: 'vant',
  6. // libraryDirectory: 'es',
  7. // style: true
  8. // }, 'vant']
  9. // ]
  10. };