Skip to content

Commit 5e820db

Browse files
committed
Points baseUrl to rootProjectDir
1 parent 3df1a17 commit 5e820db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ module.exports = {
130130
...(config.resolve.plugins || []),
131131
new TsconfigPathsPlugin({
132132
configFile: path.resolve(__dirname, '../tsconfig.json'),
133-
baseUrl: path.resolve(__dirname, '.'),
133+
baseUrl: path.resolve(__dirname, '..'),
134134
}),
135135
]
136136

0 commit comments

Comments
 (0)