Skip to content

Commit e7e3a2d

Browse files
committed
Added quick note about source map table
1 parent 1bd02fb commit e7e3a2d

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)