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
Added code property on Error object received when failed to load chunk, To help identify loading errors. Related to webpack/webpack#8695
What is the expected behavior? add CSS_CHUNK_LOAD_FAILED in error.code
CSS_CHUNK_LOAD_FAILED
error.code
How should this be implemented in your opinion? Add error.code = 'CSS_CHUNK_LOAD_FAILED' in https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/src/index.js#L362
error.code = 'CSS_CHUNK_LOAD_FAILED'
The text was updated successfully, but these errors were encountered:
PR welcome
Sorry, something went wrong.
Sure #347 😃
No branches or pull requests
Feature request
Added code property on Error object received when failed to load chunk, To help identify loading errors.
Related to webpack/webpack#8695
What is the expected behavior?
add
CSS_CHUNK_LOAD_FAILED
inerror.code
How should this be implemented in your opinion?
Add
error.code = 'CSS_CHUNK_LOAD_FAILED'
in https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/src/index.js#L362The text was updated successfully, but these errors were encountered: