upgrade gatsby from 3.3 to 3.5 breaks webpack compilation in develop #31472
-
running
have tried
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The actual error is getting swallowed. Can you edit |
Beta Was this translation helpful? Give feedback.
-
I found that having storybook packages installed created this issue, as removing them fixes it for 3.9
It is strange that with those packages installed the |
Beta Was this translation helpful? Give feedback.
I found that having storybook packages installed created this issue, as removing them fixes it for 3.9
It is strange that with those packages installed the
@pmmmwh/react-refresh-webpack-plugin
plugin is being picked up by gatsby even though I don't explicitly configure it