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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
|
const include = [
|
|
|
|
'qs',
|
|
|
|
'vue',
|
|
|
|
'less',
|
|
|
|
'axios',
|
|
|
|
'pinia',
|
|
|
|
'dayjs',
|
|
|
|
'qrcode',
|
|
|
|
'echarts',
|
|
|
|
'intro.js',
|
|
|
|
'cropperjs',
|
|
|
|
'crypto-js',
|
|
|
|
'lodash-es',
|
|
|
|
'nprogress',
|
|
|
|
'vue-i18n',
|
|
|
|
'vue-types',
|
|
|
|
'vue-router',
|
|
|
|
'sortablejs',
|
|
|
|
'echarts/core',
|
|
|
|
'echarts/charts',
|
|
|
|
'echarts/components',
|
|
|
|
'echarts/renderers',
|
|
|
|
'@vueuse/core',
|
|
|
|
'@zxcvbn-ts/core',
|
|
|
|
'@iconify/iconify',
|
|
|
|
'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 }
|