.babelrc 171 B

12345678910111213
  1. {
  2. "presets": [
  3. "@vue/app"
  4. ],
  5. "plugins": [
  6. // ["import", {
  7. // "libraryName": "view-design",
  8. // "libraryDirectory": "src/components"
  9. // }]
  10. ]
  11. }