On this page

new SourceMapDevToolPlugin(options?): SourceMapDevToolPlugin
Attributes

Creates an instance of SourceMapDevToolPlugin.

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

Applies the plugin by registering its hooks on the compiler.