Is it possible to configure webpack per source set...
# javascript
s
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)
b
Not yet, but it's coming
Unless you create multiple js targets
What are you trying to build, exactly? Is it an executable or a lib?
s
I really just wanted a quick way to split out the javascript for our admin pages without going down the rabbit hole of code splitting