Open alireza-mh opened 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.
babel-plugin-transform-imports
react-router v5
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/
I think there is no need for
babel-plugin-transform-imports
forreact-router v5
since the new version won't import all of the unused modules. I think it should get mentioned in the README file.