GoogleChromeLabs / webpack-libs-optimizations

Using a library in your webpack project? Here’s how to optimize it
Apache License 2.0
3.37k stars 111 forks source link

react-router v5 #22

Open alireza-mh opened 5 years ago

alireza-mh commented 5 years ago

I think there is no need for babel-plugin-transform-imports for react-router v5 since the new version won't import all of the unused modules. I think it should get mentioned in the README file.

iamakulov commented 4 years ago

That’s a good point, thank you!

Do you have a link to the source, by chance? Curious to learn more.

alireza-mh commented 4 years ago

@iamakulov I guess I have read it here https://reacttraining.com/blog/react-router-v5/