mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 09:14:45 -04:00
Update support list of more recent targets with js.Build / esbuild
This commit added support for up to es2023 but the docs need to be updated 1cdd3d0a9e (diff-5223fc9312c6fe5c4ef688ea1007031d660142fb76b601e2c75bbff9dbb814e7)
This commit is contained in:
parent
974d0655f7
commit
93cce62c81
@ -54,7 +54,7 @@ shims
|
|||||||
```
|
```
|
||||||
|
|
||||||
target
|
target
|
||||||
: (`string`) The language target. One of: `es5`, `es2015`, `es2016`, `es2017`, `es2018`, `es2019`, `es2020` or `esnext`. Default is `esnext`.
|
: (`string`) The language target. One of: `es5`, `es2015`, `es2016`, `es2017`, `es2018`, `es2019`, `es2020`, `es2021`, `es2022`,`es2023`, or `esnext`. Default is `esnext`.
|
||||||
|
|
||||||
platform
|
platform
|
||||||
: {{< new-in 0.140.0 />}}
|
: {{< new-in 0.140.0 />}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user