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 e3997aa commit 5bd903cCopy full SHA for 5bd903c
website/docs/en/config/devtool.mdx
@@ -14,7 +14,7 @@ Use the [SourceMapDevToolPlugin](/plugins/webpack/source-map-dev-tool-plugin) or
14
type Devtool = 'string' | false;
15
```
16
17
-- **Default:** `eval`
+- **Default:** production mode is `source-map`, development mode is `cheap-module-source-map`
18
19
## Configuration guide
20
website/docs/zh/config/devtool.mdx
@@ -14,7 +14,7 @@ import WebpackLicense from '@components/WebpackLicense';
-- **默认值:** `eval`
+- **默认值:** production 模式 为 `source-map`, development 模式 为 `cheap-module-source-map`
## 决策指南
0 commit comments