Currently, smart.elements.js offers the entire set of components and is 1.9MB. Even with minification and compression, it is at 400KB.
I am targeting embedded industrial controllers with 512KB of RAM and only a part of that 512KB will be available for web UI assets; say 200KB.
- Is there a way to de-bundle the components and include only the ones actually used?
- Demo examples actually have several script tags, one per component. Was that discontinued with V3?