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.
devtool
1 parent 273fb24 commit 93a1470Copy full SHA for 93a1470
src/content/configuration/devtool.mdx
@@ -125,7 +125,7 @@ The following options are not ideal for development nor production. They are nee
125
126
These options are typically used in production:
127
128
-`(none)` (Omit the `devtool` option) - No SourceMap is emitted. This is a good option to start with.
+`(none)` (Omit the `devtool` option or set `devtool: false`) - No SourceMap is emitted. This is a good option to start with.
129
130
`source-map` - A full SourceMap is emitted as a separate file. It adds a reference comment to the bundle so development tools know where to find it.
131
0 commit comments