You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of these values are suited for development and some for production. For development you typically want very fast Source Maps at the cost of bundle size, but for production you want separate Source Maps that are accurate.
29
30
@@ -49,7 +50,7 @@ W> There are some issues with Source Maps in Chrome. [We need your help!](https:
49
50
50
51
`cheap-module-source-map` - A SourceMap without column-mappings that simplifies loaded Source Maps to a single mapping per line.
51
52
52
-
`nosources` - This option prevents the generation of a SourceMap file for your project.
53
+
`nosources-source-map` - A SourceMap is created without the sourcesContent in it.
53
54
54
55
T> See [`output.sourceMapFilename`](/configuration/output#output-sourcemapfilename) to customize the filenames of generated Source Maps.
0 commit comments