summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hugo-pipes/js.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-08-14 18:31:40 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-08-14 18:31:40 +0200
commitf8b8b091fc154844ea8c839c42b936008be1089c (patch)
treedd2cb4a6744252e8b23d6b31b4f1fdeb5b52a561 /docs/content/en/hugo-pipes/js.md
parent5f42590144579c318a444ea2ce46d5c3fbbbfe6e (diff)
parentcb39847dee488c373dd5bc2a3706385342a59355 (diff)
Diffstat (limited to 'docs/content/en/hugo-pipes/js.md')
-rw-r--r--docs/content/en/hugo-pipes/js.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/hugo-pipes/js.md b/docs/content/en/hugo-pipes/js.md
index 465854f3a..7f08e079c 100644
--- a/docs/content/en/hugo-pipes/js.md
+++ b/docs/content/en/hugo-pipes/js.md
@@ -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.