optimize.ts 511 B

123456789101112131415161718192021222324
  1. const include = [
  2. 'axios',
  3. 'store',
  4. 'echarts',
  5. 'lodash-es',
  6. 'resize-detector',
  7. 'store/plugins/expire',
  8. 'vant/es/cell-group/style/index',
  9. 'vant/es/popup/style/index',
  10. 'vant/es/picker/style/index',
  11. 'vant/es/cell/style/index',
  12. 'vant/es/switch/style/index',
  13. 'vant/es/space/style/index',
  14. 'vant/es/button/style/index',
  15. 'vant/es/empty/style/index',
  16. 'vant/es/icon/style/index',
  17. 'vant/es/stepper/style/index',
  18. ]
  19. const exclude = [
  20. '@iconify-json/carbon',
  21. ]
  22. export { include, exclude }