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

Change webpack visualizer #22

Merged
merged 2 commits into from
Mar 21, 2019
Merged

Change webpack visualizer #22

merged 2 commits into from
Mar 21, 2019

Conversation

dhruv-m-patel
Copy link
Contributor

I came across react documentation that suggested ensuring we have same react version in deps when we run npm ls react.

I found out that webpack-visualizer-plugin used in this repo was using react v0.14.9 and hence I checked the issues. As per maintainer's comment it doesn't look like the package is being maintained actively, and webpack-bundle-analyzer sounds like a better alternative to move forward with which uses latest version of react.

@dhruv-m-patel dhruv-m-patel self-assigned this Mar 20, 2019
@dhruv-m-patel dhruv-m-patel changed the title Dhruv/change webpack visualizer Change webpack visualizer Mar 20, 2019
@dhruv-m-patel
Copy link
Contributor Author

Related to this here is react documentation that says duplicate/different versions of react in dependencies which can affect how react reference gets resolved:

https://reactjs.org/warnings/invalid-hook-call-warning.html#duplicate-react

@djMax djMax merged commit 7c31d7a into master Mar 21, 2019
@djMax djMax deleted the dhruv/change-webpack-visualizer branch March 21, 2019 01:40
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.

None yet

2 participants