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
The webpack script loading error handling propagates the Error.type: https://github.com/webpack/webpack/blob/v4.8.3/lib/web/JsonpMainTemplatePlugin.js#L187-L192
Error.type
Would be nice if the same was done for the css <link> load errors: https://github.com/webpack-contrib/mini-css-extract-plugin/blob/v0.4.0/src/index.js#L303-L309
<link>
The text was updated successfully, but these errors were encountered:
PR welcome
Sorry, something went wrong.
type
Successfully merging a pull request may close this issue.
The webpack script loading error handling propagates the
Error.type
: https://github.com/webpack/webpack/blob/v4.8.3/lib/web/JsonpMainTemplatePlugin.js#L187-L192Would be nice if the same was done for the css
<link>
load errors: https://github.com/webpack-contrib/mini-css-extract-plugin/blob/v0.4.0/src/index.js#L303-L309The text was updated successfully, but these errors were encountered: