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 7575 "fs-monkey" : " 0.3.1" ,
7676 "babel-core" : " 7.0.0-bridge.0" ,
7777 "vue" : " 2.5.17" ,
78+ "vue-loader" : " 15.3.0" ,
7879 "vue-template-compiler" : " 2.5.17" ,
7980 "vue-server-renderer" : " 2.5.17"
8081 }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module.exports = (api, options) => {
55 const getAssetPath = require ( '../util/getAssetPath' )
66 const filename = getAssetPath (
77 options ,
8- `js/[name]${ isLegacyBundle ? `-legacy` : `` } ${ options . filenameHashing ? '.[chunkhash :8]' : '' } .js`
8+ `js/[name]${ isLegacyBundle ? `-legacy` : `` } ${ options . filenameHashing ? '.[contenthash :8]' : '' } .js`
99 )
1010
1111 webpackConfig
Original file line number Diff line number Diff line change 6161 "thread-loader" : " ^1.1.5" ,
6262 "uglifyjs-webpack-plugin" : " ^1.2.7" ,
6363 "url-loader" : " ^1.0.1" ,
64- "vue-loader" : " ^15.2.7 " ,
64+ "vue-loader" : " ^15.3.0 " ,
6565 "webpack" : " ^4.15.1" ,
6666 "webpack-bundle-analyzer" : " ^2.13.1" ,
6767 "webpack-chain" : " ^4.8.0" ,
Original file line number Diff line number Diff line change @@ -12499,19 +12499,9 @@ vue-jest@^2.6.0:
1249912499 tsconfig "^7.0.0"
1250012500 vue-template-es2015-compiler "^1.6.0"
1250112501
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"
1251512505 dependencies :
1251612506 " @vue/component-compiler-utils" " ^2.0.0"
1251712507 hash-sum "^1.0.2"
You can’t perform that action at this time.
0 commit comments