diff --git a/apps/website/content/docs/configuration/supported-browsers.mdx b/apps/website/content/docs/configuration/supported-browsers.mdx index 7b669796..57d61077 100644 --- a/apps/website/content/docs/configuration/supported-browsers.mdx +++ b/apps/website/content/docs/configuration/supported-browsers.mdx @@ -73,7 +73,7 @@ If `targets` is not specified, SWC uses `browserslist` to get target information - Possible values: `usage`, `entry`, `undefined` (this matches [`useBuiltIns`](https://babeljs.io/docs/en/babel-preset-env#usebuiltins) from Babel) - The usage mode is currently not as efficient as Babel, iff you have a usage like `"foo"["a" + "t"]()`. + The usage mode is currently not as efficient as Babel, if you have a usage like `"foo"["a" + "t"]()`. SWC does not evaluate the expression "a" + "t" and will not include the String.prototype.at polyfill.