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

extract css used by two or more chunks into a vendor chunk #394

Closed
nblthree opened this issue May 13, 2019 · 1 comment
Closed

extract css used by two or more chunks into a vendor chunk #394

nblthree opened this issue May 13, 2019 · 1 comment

Comments

@nblthree
Copy link

Excuse me for posting this question here but no one will answer in stackoverflow I think that you should take a look at mini-css-ectract-plugin tag in stackoverflow from time to time.

So, I need to ensure that css being used by two or more chunks is split into a vendor chunk, i.e. style-vendor.css. if I am not mistaken we will use optimization.splitChunks but I don't have any idea of how to do so

@alexander-akait
Copy link
Member

alexander-akait commented May 13, 2019

It looks like you just deleted our lovely crafted issue template. It was there for good reasons. Please help us solving your issue by answering the questions asked in this template. I'm closing this. Please either update the issue with the template and reopen, or open a new issue.

You should use docs template.

And how we can help you without examples and/or minimum reproducible test repo? Maybe you don't have answer because you do not provide enough information.

I need to ensure that css being used by two or more chunks is split into a vendor chunk,

Just look on your files and and their code to ensure all exists in your code.

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

No branches or pull requests

2 participants