Skip to content

Commit 7380be7

Browse files
committed
omit unnecessary pathes from alias
1 parent 0c9b250 commit 7380be7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.storybook/main.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ module.exports = {
2222
},
2323
async viteFinal(config, { configType: _configType }) {
2424
config.resolve.alias = {
25-
$components: path.resolve('./src/components'),
26-
$routes: path.resolve('./src/routes'),
2725
$lib: path.resolve('./src/lib'),
2826
};
2927

0 commit comments

Comments
 (0)