diff --git a/content/en/hugo-pipes/js.md b/content/en/hugo-pipes/js.md index 63bd8bdd9..c4d5f3ba4 100644 --- a/content/en/hugo-pipes/js.md +++ b/content/en/hugo-pipes/js.md @@ -70,6 +70,10 @@ With the above, these imports should work in both scenarios: import * as React from 'react' import * as ReactDOM from 'react-dom'; ``` +sourceMap [string, bool] {{< new-in "0.75-DEV" >}} +: Let `js.Build` output sourceMap. Current only inline is supported. true defaults to inline. + One of: true, false, `inline`, `external` + Default is false target [string] : The language target.