Jakub Jóźwiak
Results
2
comments of
Jakub Jóźwiak
I think the problem is caused by hardcoded in [gatsby-node.js component](https://github.com/apollographql/gatsby-theme-apollo/blob/master/packages/gatsby-theme-apollo-docs/gatsby-node.js#L65:L75) which in that case can't be overridden with a component shadowing. Am I wrong?
@andrewBsk I found a temporary solution, you can just manually install `babel-loader`. In my case, this error appeared due to adding a custom worker but adding `babel-loader` as a dependency...