new SourceMapDevToolPlugin(options?): SourceMapDevToolPlugin
Attributes
options:
SourceMapDevToolPluginOptionsoptions object
Returns:
SourceMapDevToolPluginCreates an instance of SourceMapDevToolPlugin.
Attributes
fallbackModuleFilenameTemplate:
DevtoolFallbackModuleFilenameTemplatemoduleFilenameTemplate:
DevtoolModuleFilenameTemplatenamespace:
stringoptions:
SourceMapDevToolPluginOptionssourceMappingURLComment:
string | false | TemplatePathFn<PathData>apply(compiler): void
Attributes
Applies the plugin by registering its hooks on the compiler.
Type:
string | ((context: ModuleFilenameTemplateContext) => string)