diff --git a/content/concepts/output.md b/content/concepts/output.md index 02015949c093..3d09c7dd31bf 100644 --- a/content/concepts/output.md +++ b/content/concepts/output.md @@ -221,13 +221,12 @@ output: { ### `output.sourceMapFilename` -The filename of the SourceMaps for the JavaScript files. They are inside the `output.path` directory. +Source Map filenames for JavaScript modules. -`[file]` is replaced by the filename of the JavaScript file. - -`[id]` is replaced by the id of the chunk. - -`[hash]` is replaced by the hash of the compilation. +* `[file]` is replaced by the filename of the JavaScript file. +* `[id]` is replaced by the id of the chunk. +* `[hash]` is replaced by the hash of the compilation. +* `[contenthash]` is replaced by the hash of the extracted file (since webpack 3.0.0). > Default: `"[file].map"`