We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e77d93 commit 2c47976Copy full SHA for 2c47976
src/content/configuration/devtool.md
@@ -30,7 +30,7 @@ T> Instead of using the `devtool` option you can also use `SourceMapDevToolPlugi
30
31
devtool | build | rebuild | production | quality
32
------------------------------ | ----- | ------- | ---------- | -----------------------------
33
-(none) | +++ | +++ | no | bundled code
+(none) | +++ | +++ | yes | bundled code
34
eval | +++ | +++ | no | generated code
35
cheap-eval-source-map | + | ++ | no | transformed code (lines only)
36
cheap-module-eval-source-map | o | ++ | no | original source (lines only)
0 commit comments