mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-07 20:58:11 +00:00
perf: move src/types to root
This commit is contained in:
@@ -35,6 +35,11 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
||||
find: /^\/@\//,
|
||||
replacement: pathResolve('src') + '/',
|
||||
},
|
||||
{
|
||||
// /@/xxxx => src/xxx
|
||||
find: /^\/#\//,
|
||||
replacement: pathResolve('types') + '/',
|
||||
},
|
||||
],
|
||||
},
|
||||
server: {
|
||||
|
Reference in New Issue
Block a user