Is it possible to configure webpack per source set ? I think I want multiple js sourcesets to get multiple bundled files and avoid having a module for each entry point.
I seem to recall seeing that one could have multiple sourcesets with different configurations (ie. a shared java sourceset for both an Android and a Jvm sourceset)