Update js.md

This commit is contained in:
Bjørn Erik Pedersen
2020-07-23 19:07:30 +02:00
committed by GitHub
parent ee5f1de2eb
commit 4887563f6b
+1 -1
View File
@@ -45,7 +45,7 @@ defines [map]
{{ $defines := dict "process.env.NODE_ENV" `"development"` }}
```
format [string] {{< new-in "0.75.0" >}}
format [string] {{< new-in "0.74.3" >}}
: The output format.
One of: `iife`, `cjs`, `esm`.
Default is `iife`, a self-executing function, suitable for inclusion as a <script> tag.