I am using Expo SDK 50 with react-navigation, and I see that it uses Metro as the bundler for the web as well. However, I couldn’t find much documentation on whether Metro supports chunking (code splitting) for web builds as Webpack does. the only resource I found is this. I want to optimize my Expo Web app by reducing JavaScript bundle size and improving load times. If anyone has experience handling Expo Web bundling optimizations, I’d love to hear your insights!
Does Expo Metro Support Web Builds Chunking? If Not, How Can We Achieve It? - Stack Overflow
与本文相关的文章
评论列表(0)
- 暂无评论