native-base-web icon indicating copy to clipboard operation
native-base-web copied to clipboard

Very slow; makes development slow

Open gurs1kh opened this issue 8 years ago • 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

gurs1kh avatar May 19 '17 16:05 gurs1kh

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.

Chion82 avatar May 21 '17 16:05 Chion82