Closed
Conversation
Fix formatting error on webpack v5, as described here: facebook#9880 Specifically in [this link](https://webpack.js.org/blog/2020-10-10-webpack-5-release/#minor-changes), on the item that says: Stats json errors and warnings no longer contain strings but objects with information splitted into properties. MIGRATION: Access the information on the properties. i. e. message
Closed
|
Any update? |
vagrantsn
reviewed
Feb 4, 2021
vagrantsn
left a comment
There was a problem hiding this comment.
Can confirm it works after applying the fix I suggested! 🚀
Co-authored-by: Vagner S <vagners.tambalo@gmail.com>
|
It's taking too much to fix this issue. People are suffering in April 2020 as well. Please merge it. Any plans? |
Contributor
|
Thanks for the patience. This hasn't been a priority for us as we don't support Webpack 5 yet, however I understand this is a non-breaking change for existing users and we'll get this out for in the next release. Edit: This is one of three similar PRs, we'll get one of these out in the next release - but I'll chat to the team about which approach is best for us. |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix formatting error on webpack v5, as described here: #9880
Specifically in this link, on the item that says:
Stats json errors and warnings no longer contain strings but objects with information splitted into properties.
MIGRATION: Access the information on the properties. i. e. message