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

Commits on Nov 5, 2022

  1. Add protection against undefined files arrays

    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.
    dnunez24 authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    e1d3cb2 View commit details
    Browse the repository at this point in the history