Fix @/constants usages
This commit is contained in:
parent
d88ba716bb
commit
a566b49ec3
|
@ -67,6 +67,10 @@ export default defineConfig(({ mode }) => {
|
|||
find: "constants",
|
||||
replacement: path.resolve("./src/constants"),
|
||||
},
|
||||
{
|
||||
find: "@/constants",
|
||||
replacement: path.resolve("./src/constants"),
|
||||
},
|
||||
{
|
||||
find: "sdk",
|
||||
replacement: path.resolve("./src/sdk"),
|
||||
|
|
Loading…
Reference in New Issue