Skip to content

Commit 23aa1ad

Browse files
simon04skipjack
authored andcommitted
docs(configuration): add links to plugin, loader, and examples in devtool doc (#1166)
1 parent 068b8e3 commit 23aa1ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/configuration/devtool.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ contributors:
88
- lricoy
99
---
1010

11-
This option controls if and how Source Maps are generated.
11+
This option controls if and how source maps are generated.
12+
13+
Use the [`SourceMapDevToolPlugin`](/plugins/source-map-dev-tool-plugin.md) for a more fine grained configuration. See the [`source-map-loader`](/loaders/source-map-loader/) to deal with existing source maps.
1214

1315
## `devtool`
1416

1517
`string` `false`
1618

1719
Choose a style of [source mapping](http://blog.teamtreehouse.com/introduction-source-maps) to enhance the debugging process. These values can affect build and rebuild speed dramatically.
1820

21+
T> The webpack repository contains an [example showing the effect of all `devtool` variants](https://github.com/webpack/webpack/tree/master/examples/source-map). Those examples will likely help you to understand the differences.
22+
1923
devtool | build | rebuild | production | quality
2024
------------------------------|-------|---------|------------|--------------------------
2125
eval | +++ | +++ | no | generated code

0 commit comments

Comments
 (0)