webpack-libs-optimizations
webpack-libs-optimizations copied to clipboard
react-router v5
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.
That’s a good point, thank you!
Do you have a link to the source, by chance? Curious to learn more.
@iamakulov I guess I have read it here https://reacttraining.com/blog/react-router-v5/