Chion82/native-base-web

Very slow; makes development slow

Opened this issue · 1 comments

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

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.