diff --git a/content/en/content-management/archetypes.md b/content/en/content-management/archetypes.md index 966c847db..79f9722fd 100644 --- a/content/en/content-management/archetypes.md +++ b/content/en/content-management/archetypes.md @@ -7,7 +7,6 @@ menu: docs: parent: content-management weight: 140 - quicklinks: weight: 140 toc: true aliases: [/content/archetypes/] diff --git a/content/en/functions/js/Build.md b/content/en/functions/js/Build.md index e1fb7d2e2..497e19203 100644 --- a/content/en/functions/js/Build.md +++ b/content/en/functions/js/Build.md @@ -47,14 +47,12 @@ The `js.Build` function uses the [evanw/esbuild] package to: ## Options -###### targetPath - -(`string`) If not set, the source path will be used as the base target path. +targetPath +: (`string`) If not set, the source path will be used as the base target path. Note that the target path's extension may change if the target MIME type is different, e.g. when the source is TypeScript. -###### format - -(`string`) The output format. One of: `iife`, `cjs`, `esm`. Default is `iife`, a self-executing function, suitable for inclusion as a `