File tree Expand file tree Collapse file tree 4 files changed +6
-15
lines changed
packages/@vue/cli-service Expand file tree Collapse file tree 4 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 75
75
"fs-monkey" : " 0.3.1" ,
76
76
"babel-core" : " 7.0.0-bridge.0" ,
77
77
"vue" : " 2.5.17" ,
78
+ "vue-loader" : " 15.3.0" ,
78
79
"vue-template-compiler" : " 2.5.17" ,
79
80
"vue-server-renderer" : " 2.5.17"
80
81
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module.exports = (api, options) => {
5
5
const getAssetPath = require ( '../util/getAssetPath' )
6
6
const filename = getAssetPath (
7
7
options ,
8
- `js/[name]${ isLegacyBundle ? `-legacy` : `` } ${ options . filenameHashing ? '.[chunkhash :8]' : '' } .js`
8
+ `js/[name]${ isLegacyBundle ? `-legacy` : `` } ${ options . filenameHashing ? '.[contenthash :8]' : '' } .js`
9
9
)
10
10
11
11
webpackConfig
Original file line number Diff line number Diff line change 61
61
"thread-loader" : " ^1.1.5" ,
62
62
"uglifyjs-webpack-plugin" : " ^1.2.7" ,
63
63
"url-loader" : " ^1.0.1" ,
64
- "vue-loader" : " ^15.2.7 " ,
64
+ "vue-loader" : " ^15.3.0 " ,
65
65
"webpack" : " ^4.15.1" ,
66
66
"webpack-bundle-analyzer" : " ^2.13.1" ,
67
67
"webpack-chain" : " ^4.8.0" ,
Original file line number Diff line number Diff line change @@ -12499,19 +12499,9 @@ vue-jest@^2.6.0:
12499
12499
tsconfig "^7.0.0"
12500
12500
vue-template-es2015-compiler "^1.6.0"
12501
12501
12502
- vue-loader@^15.2.4 :
12503
- version "15.2.6"
12504
- resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.2.6.tgz#4ad4e56a0ca1fd89ebc4220f9e3bd4723097b397"
12505
- dependencies :
12506
- " @vue/component-compiler-utils" " ^2.0.0"
12507
- hash-sum "^1.0.2"
12508
- loader-utils "^1.1.0"
12509
- vue-hot-reload-api "^2.3.0"
12510
- vue-style-loader "^4.1.0"
12511
-
12512
- vue-loader@^15.2.7 :
12513
- version "15.2.7"
12514
- resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.2.7.tgz#c1d40dae7407c2fc2215522d3b7cef736f568051"
12502
+ vue-loader@15.3.0, vue-loader@^15.2.4, vue-loader@^15.3.0 :
12503
+ version "15.3.0"
12504
+ resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.3.0.tgz#b474d10a4e93d934a78c147fc3e314b370e9fc54"
12515
12505
dependencies :
12516
12506
" @vue/component-compiler-utils" " ^2.0.0"
12517
12507
hash-sum "^1.0.2"
You can’t perform that action at this time.
0 commit comments