Skip to content

Commit c0b9f49

Browse files
authored
Merge pull request #973 from lricoy/source_map_table
Added quick note about source map speed table
2 parents 1bd02fb + e7e3a2d commit c0b9f49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/configuration/devtool.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Choose a style of [source mapping](http://blog.teamtreehouse.com/introduction-so
2626
source-map | -- | -- | yes | original source
2727
nosources-source-map | -- | -- | yes | without source content
2828

29+
T> `+` means faster, `-` slower and `o` about the same time
30+
2931
Some of these values are suited for development and some for production. For development you typically want fast Source Maps at the cost of bundle size, but for production you want separate Source Maps that are accurate.
3032

3133
W> There are some issues with Source Maps in Chrome. [We need your help!](https://github.com/webpack/webpack/issues/3165).

0 commit comments

Comments
 (0)