Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import SASS resources for each entry #54

Open
devmarco opened this issue Oct 19, 2017 · 3 comments
Open

Import SASS resources for each entry #54

devmarco opened this issue Oct 19, 2017 · 3 comments

Comments

@devmarco
Copy link

devmarco commented Oct 19, 2017

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.

@alex35mil
Copy link
Member

Nope, currently it's not possible.

@tirodactyl
Copy link

tirodactyl commented Apr 5, 2018

@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).

@mmfjx
Copy link

mmfjx commented May 15, 2018

I also have the problem, hope to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants