diff options
| -rw-r--r-- | vite.config.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vite.config.js b/vite.config.js index f739881..6c17dac 100644 --- a/vite.config.js +++ b/vite.config.js @@ -13,10 +13,7 @@ export default { ], resolve: { alias: { - $components: resolve('src/components'), - $config: resolve('src/config'), - $data: resolve('src/data'), - $stores: resolve('src/stores') + $: resolve('src') } } }; |