Skip to content

Commit 2c47976

Browse files
neonickskipjack
authored andcommitted
docs(config): update devtool production recommendations
1 parent 9e77d93 commit 2c47976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/devtool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ T> Instead of using the `devtool` option you can also use `SourceMapDevToolPlugi
3030

3131
devtool | build | rebuild | production | quality
3232
------------------------------ | ----- | ------- | ---------- | -----------------------------
33-
(none) | +++ | +++ | no | bundled code
33+
(none) | +++ | +++ | yes | bundled code
3434
eval | +++ | +++ | no | generated code
3535
cheap-eval-source-map | + | ++ | no | transformed code (lines only)
3636
cheap-module-eval-source-map | o | ++ | no | original source (lines only)

0 commit comments

Comments
 (0)