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

Issue #204 Add support for including assets not in any chunk #264

Merged
merged 1 commit into from Sep 22, 2020
Merged

Issue #204 Add support for including assets not in any chunk #264

merged 1 commit into from Sep 22, 2020

Conversation

erikt9
Copy link
Contributor

@erikt9 erikt9 commented Sep 22, 2020

closes #204

I just merged the proposed code change shown in the issue. All tests pass, and the change functions as described for my webpack build (with entrypoints:true and files in the empty chunk created by file-loader, an empty chunk is now created in the output file with correct entries).

@erikt9 erikt9 changed the title Add support for including assets not in any chunk Issue #204 Add support for including assets not in any chunk Sep 22, 2020
@ztoben
Copy link
Owner

ztoben commented Sep 22, 2020

Looks good, thanks!

@ztoben ztoben merged commit 403c3b2 into ztoben:master Sep 22, 2020
@ztoben
Copy link
Owner

ztoben commented Sep 22, 2020

Should be available now in v5.1.2.

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

Successfully merging this pull request may close these issues.

Add a new option to include assets that aren't in any chunk
2 participants