diff --git a/content/configuration/index.md b/content/configuration/index.md index 6c310128a2e1..f027d8b9b3a5 100644 --- a/content/configuration/index.md +++ b/content/configuration/index.md @@ -45,7 +45,7 @@ module.exports = {
[filename](/configuration/output#output-filename): "bundle.js", // string [filename](/configuration/output#output-filename): "[name].js", // for multiple entry points - [filename](/configuration/output#output-filename): "[chunkhash].js", // for [long term caching](/guides/caching) + [filename](/configuration/output#output-filename): "[hash].js", // for [long term caching](/guides/caching)
// the filename template for entry chunks