-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
To bring down the app size we could utilize the webpack bundler more and essentially bundle in all the dependencies except those that does not support it not include the node_modules folder (which is 87M uncompressed) into the app. The tricky part of this issue will be to test which packages does not support being included into the bundle.