new SourceMapDevToolPlugin(options?): SourceMapDevToolPluginAttributes
options:
<SourceMapDevToolPluginOptions>Returns:
<SourceMapDevToolPlugin>Creates an instance of SourceMapDevToolPlugin.
Attributes
fallbackModuleFilenameTemplate:
<DevtoolFallbackModuleFilenameTemplate>moduleFilenameTemplate:
<DevtoolModuleFilenameTemplate>namespace:
<string>options:
<SourceMapDevToolPluginOptions>sourceMappingURLComment:
{string|false|TemplatePathFn< PathData >}
apply(compiler): voidAttributes
compiler:
<Compiler>Returns:
{void}
Applies the plugin by registering its hooks on the compiler.