Skip to content

Commit cddc142

Browse files
guillaumevincentskipjack
authored andcommitted
docs(guides): replace [contenthash] with [chunkhash] (#1477)
1 parent b94b07f commit cddc142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ __webpack.config.js__
105105
+ })
106106
],
107107
output: {
108-
filename: '[name].[contenthash].js',
108+
filename: '[name].[chunkhash].js',
109109
path: path.resolve(__dirname, 'dist')
110110
}
111111
};

0 commit comments

Comments
 (0)