On this page

new SourceMapDevToolPlugin(options?): SourceMapDevToolPlugin
Attributes

Creates an instance of SourceMapDevToolPlugin.

Attributes
fallbackModuleFilenameTemplate:<DevtoolFallbackModuleFilenameTemplate>
moduleFilenameTemplate:<DevtoolModuleFilenameTemplate>
namespace:<string>
sourceMapFilename:<string> | <null>
sourceMappingURLComment:
{string|false|TemplatePathFn< PathData >}
apply(compiler): void
Attributes
compiler:<Compiler>
Returns:
{void}

Applies the plugin by registering its hooks on the compiler.