Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/en/guide/advanced/browserslist.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ For desktop web applications, if you need to be compatible with IE 11 browsers,
```yaml title=".browserslistrc"
> 0.5%
not dead
Internet Explorer 11
IE 11
```

The above Browserslist will compile the code to the ES5. For the specific browser list, please check [browserslist.dev](https://browserslist.dev/?q=PiAwLjUlLCBub3QgZGVhZCwgSUUgMTE%3D).
Expand Down
Loading