feat(custom): 订单列表改版
This commit is contained in:
@@ -29,7 +29,7 @@ export function createVitePlugins(viteEnv, isBuild) {
|
||||
if (isBuild) {
|
||||
plugins.push(
|
||||
visualizer({
|
||||
open: true,
|
||||
open: false,
|
||||
gzipSize: true,
|
||||
brotliSize: true,
|
||||
})
|
||||
|
||||
@@ -4,6 +4,7 @@ import Components from 'unplugin-vue-components/vite'
|
||||
import { NaiveUiResolver } from 'unplugin-vue-components/resolvers'
|
||||
import { FileSystemIconLoader } from 'unplugin-icons/loaders'
|
||||
import IconsResolver from 'unplugin-icons/resolver'
|
||||
// import { sentryVitePlugin } from '@sentry/vite-plugin'
|
||||
|
||||
/**
|
||||
* * unplugin-icons插件,自动引入iconify图标
|
||||
@@ -43,4 +44,10 @@ export default [
|
||||
inject: 'body-last',
|
||||
customDomId: '__CUSTOM_SVG_ICON__',
|
||||
}),
|
||||
// sentryVitePlugin({
|
||||
// authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||
// org: 'sentry',
|
||||
// project: 'jdt-admin',
|
||||
// url: 'https://w.huakk.top',
|
||||
// }),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user