Skip to content

Commit ecb90ce

Browse files
authored
change order of pretty and not pretty
1 parent 498f2c7 commit ecb90ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/configuration/devtool.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ inline-source-map | -- | -- | no | original source
4444
hidden-source-map | -- | -- | yes | original source
4545
nosources-source-map | -- | -- | yes | without source content
4646

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

4949
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.
5050

0 commit comments

Comments
 (0)