Hi - I want to create a very simple mobile website. I created 2 screens
The problem - File site of the project is about 2MG !
How do I reduce file size?
Hi - I want to create a very simple mobile website. I created 2 screens
The problem - File site of the project is about 2MG !
How do I reduce file size?
Well... 2 Mb is not that huge
.
When you export the app, it includes all JavaScript files for all the components (even if you don't use them) such as date picker, carousel, etc. You can safely delete them and that will reduce the app size.
We are working on exporting only the JS files that you need in the app.