-
-
Couldn't load subscription status.
- Fork 7
Open
Description
the code below seems not working :
// vite.config.ts
export default defineConfig({
vitApp({
// vit configs ...
}),
// some other vite configs ...
resolve: {
alias: {
"~/": path.resolve(__dirname, "./"),
"~": path.resolve(__dirname, "./node_modules/"),
"@/": path.resolve(__dirname, "/src/"),
"~@/": path.resolve(__dirname, "/src/"),
"lodash": 'lodash-es',
"~antd": path.resolve(__dirname, "./node_modules/antd/"),
},
},
})Metadata
Metadata
Assignees
Labels
No labels