Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: relax webpack types to allow v5 #414

Merged
merged 1 commit into from
May 30, 2021
Merged

Conversation

pmmmwh
Copy link
Owner

@pmmmwh pmmmwh commented May 30, 2021

Fixes #411

In theory this is not a bug at all because Webpack v5 ships its own types and we don't depend on anything out of what is shipped, but because of npm@7 by default would crash on peer dependencies even though it is an entirely optional one, we have to relax it so people on newer types could install without crashing.

@pmmmwh pmmmwh merged commit fed892e into main May 30, 2021
@pmmmwh pmmmwh deleted the chore/relax-webpack-types branch May 30, 2021 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when installing in a Webpack v5 project
1 participant