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
First of all thanks a lot for your efforts on this particular matter that is differential loading,
the ecosystem shall be thankful !
I'm trying to convert a webpack configuration from a project using react / Apollo and a bunch of other tools to use this plugin. I've been in luck so far but just came across an issue that I do not know how to solve.
@qpre Hello, and thanks for the report! If you remove the plugin from the configuration, does it work as expected? I ask because two of those errors you mention appear to be trying to import from NodeJS modules, which shouldn't really be happening for a web bundle.
It's also possible that due to the mainFields configuration, Webpack might be looking at the wrong entry point for subscriptions-transport-ws, if it has more than one.
Hello !
First of all thanks a lot for your efforts on this particular matter that is differential loading,
the ecosystem shall be thankful !
I'm trying to convert a webpack configuration from a project using react / Apollo and a bunch of other tools to use this plugin. I've been in luck so far but just came across an issue that I do not know how to solve.
plugin revision:
2.5.0-next.2
webpack configuration:
Error output (stripped warnings for readability but there's a lot of
Can't resolve 'xxx'
):How can I move forward from this point of how could I help solving this ?
Thanks !
The text was updated successfully, but these errors were encountered: