summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hugo-pipes/babel.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/hugo-pipes/babel.md')
-rwxr-xr-xdocs/content/en/hugo-pipes/babel.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/en/hugo-pipes/babel.md b/docs/content/en/hugo-pipes/babel.md
index 76a1d441d..7cf931f65 100755
--- a/docs/content/en/hugo-pipes/babel.md
+++ b/docs/content/en/hugo-pipes/babel.md
@@ -65,6 +65,10 @@ compact [bool]
verbose [bool]
: Log everything
+sourceMap [string]
+: Output `inline` or `external` sourcemap from the babel compile. External sourcemaps will be written to the target with the output file name + ".map". Input sourcemaps can be read from js.Build and node modules and combined into the output sourcemaps.
+
+
### Examples
```go-html-template