mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-09-09 05:32:33 +08:00
232 B
232 B
alias
import { fileURLToPath, URL } from 'node:url';
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),
'#': fileURLToPath(new URL('./types', import.meta.url))
},
},