Fix whitespace linting error

This commit is contained in:
Michael Strobel
2017-06-10 09:27:15 +08:00
parent 5015d80ab5
commit 8b6097d1dd

View File

@@ -922,7 +922,7 @@ declare namespace webpack {
*/
name?: string;
names?: string[];
/**
* The filename template for the commons chunk. Can contain the same placeholders as `output.filename`.
* If omitted the original filename is not modified (usually `output.filename` or `output.chunkFilename`).