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
@@ -27,7 +28,6 @@ The following options are supported:
27
28
-`test` (`string|RegExp|array`): Include source maps for modules based on their extension (defaults to `.js` and `.css`).
28
29
-`include` (`string|RegExp|array`): Include source maps for module paths that match the given value.
29
30
-`exclude` (`string|RegExp|array`): Exclude modules that match the given value from source map generation.
30
-
-`filename` (`string`): Defines the output filename of the SourceMap (will be inlined if no value is provided).
31
31
-`append` (`string`): Appends the given value to the original asset. Usually the `#sourceMappingURL` comment. `[url]` is replaced with a URL to the source map file. `false` disables the appending.
32
32
-`moduleFilenameTemplate` (`string`): See [`output.devtoolModuleFilenameTemplate`](/configuration/output/#outputdevtoolmodulefilenametemplate).
33
33
-`module` (`boolean`): Indicates whether loaders should generate source maps (defaults to `true`).
0 commit comments