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

[FIX] generateLibraryPreload: Ignore missing modules #481

Merged
merged 5 commits into from
Jul 31, 2020

Conversation

matz3
Copy link
Member

@matz3 matz3 commented Jul 22, 2020

In addition to #479 the generateLibraryPreload should also ignore missing modules when creating a bundle.
As only files from the workspace are bundled, it's not a problem when dependencies can't be found. Just for self-contained bundles, this is a problem.

See: #479

@matz3 matz3 requested a review from RandomByte July 22, 2020 16:22
@matz3 matz3 added the bug Something isn't working label Jul 22, 2020
@coveralls
Copy link

coveralls commented Jul 22, 2020

Coverage Status

Coverage increased (+0.2%) to 91.513% when pulling ecdc7bf on generateLibraryPreload-ignoreMissingModules into 939880b on master.

@matz3 matz3 requested a review from RandomByte July 31, 2020 12:31
@matz3 matz3 merged commit 97b339f into master Jul 31, 2020
@matz3 matz3 deleted the generateLibraryPreload-ignoreMissingModules branch July 31, 2020 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants