You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@devmarco did you end up finding a solution for this? We're in the same boat. Right now I'm looking at whether the built-in multi-compiler functionality will work for us (see example).
I would like to know if it's possible to specify a set of resources for each entry point.
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.
The text was updated successfully, but these errors were encountered: