You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue and fixed it by removing the react-hot loader before the babel loader. Not sure if you have any loaders before babel in your webpack config, but that seemed to be the issue for me. react-hot in particular is not needed when running build-storybook.
I recently enabled webpack full-control mode.
I had the following issue with start-storybook:
babel/babel-loader#390
I solved it by removing devtool from the webpack config.
But I still have the issue when running build-storybook.
Any idea why?
The text was updated successfully, but these errors were encountered: