mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2026-05-05 22:09:30 +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))
},
},