diff --git a/packages/babel-plugin-polyfill-corejs3/src/built-in-definitions.ts b/packages/babel-plugin-polyfill-corejs3/src/built-in-definitions.ts index 351db63b..df2fb070 100644 --- a/packages/babel-plugin-polyfill-corejs3/src/built-in-definitions.ts +++ b/packages/babel-plugin-polyfill-corejs3/src/built-in-definitions.ts @@ -385,7 +385,7 @@ export const StaticProperties: ObjectMap2 = { "es.object.create", "es.object.freeze", ]), - stringify: define("json/stringify", ["es.json.stringify"], "es.symbol"), + stringify: define("json/stringify", ["es.json.stringify"]), }, Math: {