Skip to content

Commit 93a1470

Browse files
authored
docs(configuration): clarify devtool disabling (#7149)
1 parent 273fb24 commit 93a1470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/devtool.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The following options are not ideal for development nor production. They are nee
125125

126126
These options are typically used in production:
127127

128-
`(none)` (Omit the `devtool` option) - No SourceMap is emitted. This is a good option to start with.
128+
`(none)` (Omit the `devtool` option or set `devtool: false`) - No SourceMap is emitted. This is a good option to start with.
129129

130130
`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.
131131

0 commit comments

Comments
 (0)