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
Apparently, this is the cause of problems for some webpack plugins, because multiple versions of webpack are installed at the same time (webpack@5 by project and webpack@4 by your library)
I think many dependencies can (and should) be moved to peerDependencies
The text was updated successfully, but these errors were encountered:
As I see, you have a lot of real
dependencies
herehttps://github.com/saltyshiomix/react-ssr/blob/master/packages/core/package.json
Apparently, this is the cause of problems for some webpack plugins, because multiple versions of webpack are installed at the same time (webpack@5 by project and webpack@4 by your library)
I think many dependencies can (and should) be moved to
peerDependencies
The text was updated successfully, but these errors were encountered: