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
Okay, I seem to have found my problem: it specifically doesn't work with require statements in gatsby-config.js. Since that was crashing it was blocking startup.
Once I eliminated the need to adjust that import, everything else is working great with Gatsby 3.
This plugin doesn't appear to work with Gatsby 3 and up. Installing and enabling this plugin has no apparent effect.
This appears to be an upstream problem, since it looks like
tsconfig-paths-webpack-plugin
does not work with Webpack 5:dividab/tsconfig-paths-webpack-plugin#76
The text was updated successfully, but these errors were encountered: