Skip to content

Commit 1fc9593

Browse files
sanchitnevgiyyx990803
authored andcommitted
fix: add name to chunk file output (#1173)
1 parent e43fea1 commit 1fc9593

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-service/lib/config

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/config/prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = (api, options) => {
55
.devtool('source-map')
66
.output
77
.filename(`js/[name].[chunkhash:8].js`)
8-
.chunkFilename(`js/[id].[chunkhash:8].js`)
8+
.chunkFilename(`js/[name].[id].[chunkhash:8].js`)
99

1010
// keep module.id stable when vendor modules does not change
1111
webpackConfig

0 commit comments

Comments
 (0)