Remove '@/'
This commit is contained in:
parent
e0e2bf4cae
commit
f61fafec2a
202 changed files with 715 additions and 650 deletions
|
|
@ -41,10 +41,7 @@ export default defineConfig(() => ({
|
|||
server: { port, hmr },
|
||||
resolve: {
|
||||
alias: {
|
||||
'~': path.resolve(__dirname, './src'),
|
||||
|
||||
// TODO (wvffle): Remove @/dependency from all files as `@` is used as an organization prefix
|
||||
'@': path.resolve(__dirname, './src')
|
||||
'~': path.resolve(__dirname, './src')
|
||||
}
|
||||
},
|
||||
build: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue