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:
-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.