Mohsen Azimi
2017-07-06 18:30:14 -07:00
committed by GitHub
parent 135c72d992
commit 8d32ba9f6b
+1 -1
View File
@@ -106,7 +106,7 @@ declare namespace webpack {
/** The filename of the SourceMaps for the JavaScript files. They are inside the output.path directory. */
sourceMapFilename?: string;
/** Filename template string of function for the sources array in a generated SourceMap. */
devtoolModuleFilenameTemplate?: string;
devtoolModuleFilenameTemplate?: string | (info: any) => string;
/** Similar to output.devtoolModuleFilenameTemplate, but used in the case of duplicate module identifiers. */
devtoolFallbackModuleFilenameTemplate?: string;
/**