mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-07 20:58:11 +00:00
wip: system management sample page
This commit is contained in:
@@ -36,7 +36,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
||||
replacement: pathResolve('src') + '/',
|
||||
},
|
||||
{
|
||||
// /@/xxxx => src/xxx
|
||||
// /#/xxxx => types/xxx
|
||||
find: /^\/#\//,
|
||||
replacement: pathResolve('types') + '/',
|
||||
},
|
||||
@@ -52,6 +52,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
||||
},
|
||||
|
||||
build: {
|
||||
cssCodeSplit: false,
|
||||
// minify: 'esbuild',
|
||||
outDir: OUTPUT_DIR,
|
||||
polyfillDynamicImport: VITE_LEGACY,
|
||||
|
Reference in New Issue
Block a user