babel.config.js 119 B

12345678
  1. module.exports = {
  2. presets: [
  3. '@vue/app'
  4. ],
  5. "plugins": [
  6. "transform-flow-comments"
  7. ]
  8. }