Skip to content

Commit

Permalink
change order of pretty and not pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra authored Aug 23, 2017
1 parent 498f2c7 commit ecb90ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/configuration/devtool.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ inline-source-map | -- | -- | no | original source
hidden-source-map | -- | -- | yes | original source
nosources-source-map | -- | -- | yes | without source content

T> `+++` super fast, `++` pretty fast, `+` fast, `o` medium, `-` slow, `--` pretty slow
T> `+++` super fast, `++` fast, `+` pretty fast, `o` medium, `-` pretty slow, `--` slow

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 and support minimizing.

Expand Down

0 comments on commit ecb90ce

Please sign in to comment.