We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
noSources
1 parent d719337 commit 374efb7Copy full SHA for 374efb7
src/content/plugins/source-map-dev-tool-plugin.md
@@ -29,6 +29,7 @@ The following options are supported:
29
- `module` (`boolean`): Indicates whether loaders should generate source maps (defaults to `true`).
30
- `columns` (`boolean`): Indicates whether column mappings should be used (defaults to `true`).
31
- `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`).
33
- `publicPath` (`string`): Emits absolute URLs with public path prefix, e.g. `https://example.com/project/`.
34
- `fileContext` (`string`): Makes the `[file]` argument relative to this directory.
35
0 commit comments