infor-cloud / m3-h5-sdk

https://infor-cloud.github.io/m3-h5-sdk/
34 stars 20 forks source link

soho-boilerplate: angular.json build only glob nessecary files #114

Open LucasLundJensen opened 2 years ago

LucasLundJensen commented 2 years ago

This issue came up because M3 "usually" only allows up to 10MB files to be installed via the "Personlization Manager". It does also bring a performance boost on smaller devices since not as many CSS files are transfered.

Change: Only include .css files and ignore .min.css and .map files. Brings the overall package size from around 10MB to around 5MB.