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 3933187 commit 33dad39Copy full SHA for 33dad39
packages/@vue/cli-service/lib/config/base.js
@@ -33,7 +33,7 @@ module.exports = (api, options) => {
33
.end()
34
.output
35
.path(api.resolve(options.outputDir))
36
- .filename(isLegacyBundle ? '[name]-legacy.js' : '[name].js')
+ .filename(isLegacyBundle ? '[name]-legacy.[hash:8].js' : '[name].[hash:8].js')
37
.publicPath(options.baseUrl)
38
39
webpackConfig.resolve
0 commit comments