Open
Description
I would like to know if it's possible to specify a set of resources for each entry point.
entry: {
a: [],
b: []
}
Let's say I have the code above, I want to know if is possible specify a set of global resources per entries.
I'm asking this because in my use case we bundle a set of modules for each theme, so each theme is independent and has it's own javascript and CSS files.