Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2022-11-12 03:57:15 +0300
committerGitHub <noreply@github.com>2022-11-12 03:57:15 +0300
commit56448a51aa54192c1a202feb259a1d374072a8f7 (patch)
treec21d98ad16ec60f42a8ef9c5cf17dd7a5826c6da
parenta0d0d2829a3b0ba4846369d459d551e75aca5db8 (diff)
Remove erroneous sourcemap desc (#1883)
There were two sourceMap descriptions. This removes the erroneous one. The remaining description is correct.
-rw-r--r--content/en/hugo-pipes/js.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/en/hugo-pipes/js.md b/content/en/hugo-pipes/js.md
index d2e1db325..c95688e68 100644
--- a/content/en/hugo-pipes/js.md
+++ b/content/en/hugo-pipes/js.md
@@ -67,10 +67,6 @@ With the above, these imports should work in both scenarios:
import * as React from 'react'
import * as ReactDOM from 'react-dom';
```
-sourceMap [string, bool]
-: Let `js.Build` output sourceMap. Current only inline is supported. true defaults to inline.
- One of: '`inline`, `external`
- Default is "" (disabled)
target [string]
: The language target.