Hello, since yesterday this feature is not working:
Console log:
GitHub diff effect:
As you can see, when it fails it is stripping the first character.
You could check this PR to see the error https://github.com/webpack/webpack.js.org/pull/2399/files
It may be related to the latest GitHub change regarding diff signs.
Yep, looks like GitHub implemented this feature natively. I added remove-diff-signs
to my disabled features list and everything works fine.
Duplicate of #1444
Most helpful comment
Yep, looks like GitHub implemented this feature natively. I added
remove-diff-signs
to my disabled features list and everything works fine.