Replies: 1 comment
-
@DevSide I don't think it is a bug per se. It is likely that webpack config has changed slightly but you should still be able to override it in Also, do you have any example project to play with? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I expect my package
node_modules/@my-package
containing React components to be transpiled using the gatsby preset like the rest of the project.The 2nd way worked on Gatsby 2.
On Gatsby 3, both ways lead to an error during the build:
Input code
Environment
Beta Was this translation helpful? Give feedback.
All reactions