Does React Native perform Tree Shaking?

前端 未结 1 810
挽巷
挽巷 2021-01-13 06:57

I am trying to weigh up the benefits of converting moment to date-fns.

Moment is currently 316k or 67.6k gzipped.

相关标签:
1条回答
  • 2021-01-13 07:27

    react-native or more specifically, the metro-bundler that comes with react-native by default doesn't yet support tree-shaking!

    According to comments in the following link, it's supposed to be implemented in the first half of this year (2019!).

    Source: https://github.com/facebook/metro/issues/227

    0 讨论(0)
提交回复
热议问题