Very slow; makes development slow
gurs1kh opened this issue · 1 comments
gurs1kh commented
The library is pretty good, but the issue is that it takes a long time to build. For reference, in my project, webpack generally builds in less than 500ms. With this library, it takes over 15000ms
Chion82 commented
Consider separating native-base-web
and react-native-web
into a webpack DLL module. Or try using webpack2 where you can enable the tree-shaking feature to shrink the bundle.