You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.
When I build the template I get a 1.3MB production build. Why is that? If I look at the minified version of material-design it is just 137kB and preactjs is supposedly only 4kB in size.
I am thinking about using it especially for its reduced size compared to standard react but seeing these numbers I am a little bit confused.
The largest file by far is the bundle.js.map file with ~700kB. Followed by bundle.js with ~120kB. I would need to reduze these sizes significantly in order for this to be useful for me.
Thanks in advance. I would really like to use this template!
The text was updated successfully, but these errors were encountered:
When I build the template I get a 1.3MB production build. Why is that? If I look at the minified version of material-design it is just 137kB and preactjs is supposedly only 4kB in size.
I am thinking about using it especially for its reduced size compared to standard react but seeing these numbers I am a little bit confused.
The largest file by far is the
bundle.js.map
file with ~700kB. Followed bybundle.js
with ~120kB. I would need to reduze these sizes significantly in order for this to be useful for me.Thanks in advance. I would really like to use this template!
The text was updated successfully, but these errors were encountered: