radio4000 / components

web-components to build the r4 interfaces, uses the sdk
https://components.radio4000.com/
1 stars 0 forks source link

Split bundle into more chunks #180

Open oskarrough opened 4 months ago

oskarrough commented 4 months ago

Use the manualChunks feature of rollup to split the bundle on the big dependencies. I don't know how they are then loaded internally. Are they still all loaded up front? In any cases, not having 1.5mb js files seems good. Has to be tested before merging.

Closes #179 .