We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
minimatch
✏️ An TypeError is happening when running npm run start with an override of webpack in version 5.79.0 and minimatch in version 9.0.0.
npm run start
webpack
5.79.0
9.0.0
minimatch has updated their code from not using defaults anymore and importing minimatch is now done through destructuring from an exported object.
defaults
Webpack to run successfully when running npm run start.
Use latest webpack version 5.79.0 and latest minimatch in version 9.0.0 in an override property in package.json.
override
package.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current behavior
✏️ An TypeError is happening when running
npm run start
with an override ofwebpack
in version5.79.0
andminimatch
in version9.0.0
.minimatch
has updated their code from not usingdefaults
anymore and importingminimatch
is now done through destructuring from an exported object.Expected behavior
Webpack to run successfully when running
npm run start
.Steps to reproduce the issue
Use latest
webpack
version5.79.0
and latestminimatch
in version9.0.0
in anoverride
property inpackage.json
.Issue reproduction repository
Environment
The text was updated successfully, but these errors were encountered: