-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
As I see, you have a lot of real dependencies here
https://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
saltyshiomix
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers