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<PathData>
apply(compiler): void
Attributes
compiler:Compiler
compiler instance
Returns:void

Applies the plugin by registering its hooks on the compiler.