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 e43fea1 commit 1fc9593Copy full SHA for 1fc9593
packages/@vue/cli-service/lib/config/prod.js
@@ -5,7 +5,7 @@ module.exports = (api, options) => {
5
.devtool('source-map')
6
.output
7
.filename(`js/[name].[chunkhash:8].js`)
8
- .chunkFilename(`js/[id].[chunkhash:8].js`)
+ .chunkFilename(`js/[name].[id].[chunkhash:8].js`)
9
10
// keep module.id stable when vendor modules does not change
11
webpackConfig
0 commit comments