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
Their is a vulnerabilitie that is introduce by using package webpack-inject-plugin.
See an alternative solution adierkens/webpack-inject-plugin#66 to remove that vulnerabilite.
The text was updated successfully, but these errors were encountered:
A proposed solution #59
Sorry, something went wrong.
Another note for people who cannot live without this plugin for some reason, just update the dependency with the vulnerability. It works fine.
"overrides": { "webpack-inject-plugin": { "loader-utils": "^1.4.2" } }
Probably better to use the banner plugin as it has more control.
No branches or pull requests
Their is a vulnerabilitie that is introduce by using package webpack-inject-plugin.
See an alternative solution adierkens/webpack-inject-plugin#66 to remove that vulnerabilite.
The text was updated successfully, but these errors were encountered: