Open smouillour opened 11 months ago
happy to fix this one :)
This issue can be fix by following this :-
i) open package.json
and find the @storybook/source-loader entry
which may currently be under devDependencies, and move it to dependencies
ii) Now install updated dependencies by using this command :- yarn install , then ensure the import path in preset.ts is correct.
iii) Now test again with yarn test:demo
has this already been resolved? If not I would be willing to work on it.
Describe the bug
Hi, source-loader has been moved to devDependencies but it's used in code/addons/storysource/src/preset.ts as a result with the version 7.6.X, I have this issue: Error: Cannot find module '@storybook/source-loader'
To Reproduce
System
Additional context
No response