babel-polyfills
babel-polyfills copied to clipboard
Fix JSON.stringify polyfill name
Fixes #180
Fixed the tests.
I think that the way solving of this issue is wrong - it's better to allow passing entries for exclusion, like exclude: ['json/stringify']
or something like that.
This PR is to fix the exclusion :D I think perhaps the library should default to using the latest version of core-js rather than 3.0.
Any update on this?