Hi,My frontend team is NOT eager on using clientlibs. They want to work
with their more casual and fast approach of using Webpack. I am not very
clear on its working, but basically you can develop css and js on a
modular basis and webpack will return you a nice big JS/CSS file with
all optimizations ran in it. They also like the fact they can use SASS
with Webpack.I would like to stick to using clientlibs, which pretty
much can do the same (group components css/js files and deploy one big
minifi...