Remove erroneous sourcemap desc (#1883)

There were two sourceMap descriptions. This removes the erroneous one.
The remaining description is correct.
This commit is contained in:
Joe Mooring
2022-11-11 16:57:15 -08:00
committed by GitHub
parent a0d0d2829a
commit 56448a51aa
-4
View File
@@ -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.