native-base-web
native-base-web copied to clipboard
Very slow; makes development slow
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.