From f587f70a0980f8d1488ac537771f4e97f94c0870 Mon Sep 17 00:00:00 2001 From: Emanuele Date: Tue, 18 Jul 2017 14:26:58 +0100 Subject: [PATCH] Change chunkhash to hash --- content/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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