You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
651 B
38 lines
651 B
const include = [ |
|
'qs', |
|
'vue', |
|
'less', |
|
'axios', |
|
'pinia', |
|
'dayjs', |
|
'qrcode', |
|
'echarts', |
|
'intro.js', |
|
'cropperjs', |
|
'crypto-js', |
|
'lodash-es', |
|
'nprogress', |
|
'vue-i18n', |
|
'vue-types', |
|
'vue-router', |
|
'codemirror', |
|
'sortablejs', |
|
'vuedraggable', |
|
'echarts/core', |
|
'echarts/charts', |
|
'echarts/components', |
|
'echarts/renderers', |
|
'@vueuse/core', |
|
'@zxcvbn-ts/core', |
|
'@iconify/iconify', |
|
'vue-json-pretty', |
|
'ant-design-vue', |
|
'ant-design-vue/es/style', |
|
'ant-design-vue/es/locale/zh_CN', |
|
'ant-design-vue/es/locale/en_US', |
|
'vite-plugin-windicss' |
|
] |
|
|
|
const exclude = ['@iconify/json'] |
|
|
|
export { include, exclude }
|
|
|