We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
es.json.stringify
Config:
{ "plugins": [ ["polyfill-corejs3", { "method": "usage-pure", "exclude": ["es.json.stringify"] }] ] }
Input:
JSON.stringify({});
Expected output:
Actual output:
import _JSON$stringify from "core-js-pure/stable/json/stringify.js"; _JSON$stringify({});