[Vuejs]-VueJS wtith storyhot config for storybook and jest error of Cannot find module '@storybook/vue/dist/server/babel_config' from 'config-loader.js'

0👍

Resolve it by opening issue all over the github! It was a result of inconsistent storybook addon versions vs storybook version!

Please look at my commit here for the key configurations
https://github.com/adamchenwei/vuejs-storybook-storyshot-jest-webpack-boilerplate/commit/df9cc7cacb045633b20bb0ffad71abed31a81b73

Ignore all the fluffy in it, this piece is the key fix: by upgrade to same 4.0.0-rc.6

enter image description here

Have fun coding!

Leave a comment