Skip to content

Commit 374efb7

Browse files
tech4him1skipjack
authored andcommitted
docs(plugins): add noSources option to source-map-dev-tool-plugin.md (#1809)
1 parent d719337 commit 374efb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/plugins/source-map-dev-tool-plugin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The following options are supported:
2929
- `module` (`boolean`): Indicates whether loaders should generate source maps (defaults to `true`).
3030
- `columns` (`boolean`): Indicates whether column mappings should be used (defaults to `true`).
3131
- `lineToLine` (`object`): Simplify and speed up source mapping by using line to line source mappings for matched modules.
32+
- `noSources` (`boolean`): Prevents the source file content from being included in the source map (defaults to `false`).
3233
- `publicPath` (`string`): Emits absolute URLs with public path prefix, e.g. `https://example.com/project/`.
3334
- `fileContext` (`string`): Makes the `[file]` argument relative to this directory.
3435

0 commit comments

Comments
 (0)