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

Add protection against undefined files arrays for webpack 4 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dnunez24
Copy link

For webpack 4 an error is being thrown calling Array.from on chunk.auxiliaryFiles because it is undefined in Webpack v4. This fix adds a fallback value of an empty array in case this value is undefined.

For webpack 4 an error is being thrown calling `Array.from` on `chunk.auxiliaryFiles` because it is undefined in Webpack v4. This fix adds a fallback value of an empty array in case this value is undefined.
@openedx-webhooks
Copy link

openedx-webhooks commented Jan 12, 2023

Thanks for your pull request, but this repo does not accept outside contributions unless they are under contract. If you think this is an error, please contact @nedbat.

@dnunez24 dnunez24 changed the title Add protection against undefined files arrays Add protection against undefined files arrays for webpack 4 Mar 11, 2023
@nedbat
Copy link

nedbat commented Mar 14, 2023

@dnunez24 Hi, can you help me understand your use of this repo?

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