We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bf91d commit 83bcf0eCopy full SHA for 83bcf0e
content/guides/caching.md
@@ -192,7 +192,7 @@ __webpack.config.js__
192
})
193
],
194
output: {
195
- filename: '[name].[contenthash].js',
+ filename: '[name].[chunkhash].js',
196
path: path.resolve(__dirname, 'dist')
197
}
198
};
@@ -319,7 +319,7 @@ __webpack.config.js__
319
320
321
322
323
324
325
0 commit comments