Getting an error regarding line 965 of bundle.js, because of a trailing comma.

I took a screen of this on my VM. Basically, the app works fine on most browsers, but on my IE11 VM, it freaks out because of this trailing comma. It's under the 'ansi-html/index.js' module - I'm not entirely sure where to look for this. I am running node-sass with CRA exactly how it's described in the readme, and also running react-scripts-ts.
Please follow the issue template. It's there for a reason. 馃槈
You failed to mention react-scripts version, among other things.
I noticed you said this happens with react-scripts-ts (but you used the world also), did you see if this replicates with react-scripts?
Did you open an issue with react-scripts-ts first? We do not endorse nor provide support for other versions of react-scripts.
Please also verify whether the problem exists in a newly created project with react-scripts since react-scripts-ts is a fork and we don鈥榯 know how up to date it is.
Alright, sorry for missing the template guys. I've tried this with a fresh copy of CRA, with no scripts or any changes to the default CRA app, still producing the same issue.
[email protected]
npm - 3.10.10
node - 6.9.5
OS - IE11 VM from Microsoft
IE Version - 11.0.9600.18618
Just to add for specificity, this happens when running yarn start, on the project, and navigating to 10.0.2.2:3000 in my VM, which points to localhost (default behavior/address in VM).
Tagging up for grabs. Need to find why the package has a trailing comma and maybe file an issue with the package or use an alternative.
The trailing comma was removed in v0.0.6 and newer.
@syn3r6y were you interested in submitting a PR updating this package? 馃榾
Yeah, I can probably take a look today or tomorrow
Let me know if you need help with anything. 馃槃
Fixed in 4b92fd366c615ab860f25a5dc2bb0bd0bfddd7bf.