Storybook won't start without file-loader dependency installed#56
Storybook won't start without file-loader dependency installed#56mmv08 merged 1 commit intodevelopmentfrom
file-loader dependency installed#56Conversation
ESLint Summary View Full Report
Report generated by eslint-plus-action |
|
Travis automatic deployment: |
|
@alfetopito, thanks! I'm not sure if adding a dependency of a dependency is the solution, tho. Funny thing, I fixed the same issue with a different approach: by downgrading ... and now I see there's a |
I'm not sure it qualifies as a dependency of a dependency.
Now if you say this should come bundled with Webpack, then I agree. For example, |
|
If you inspect yarn.lock it seems that we have two file-loader installed, one is a dependency of storybook core and one is the one we explicitly add as a dep. Looks like it was working previously because of that storybook dependency. I think it's good to include it in our dependencies list if we depend on it. |
|
@alfetopito usually we squash to dev and a regular merge to master |


Trying to run
yarn storybookfrom a freshdevelopmentbranch install fails:After adding missing dependency it works