This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1+ Subproject commit d43bbca7840c82056d86a6a72355f3f73dc2c6bf
Original file line number Diff line number Diff line change 5252 "querystring" : " ^0.2.0" ,
5353 "rollup-pluginutils" : " ^2.0.1" ,
5454 "source-map" : " 0.7.3" ,
55- "vue-runtime-helpers" : " ^0.2 .0"
55+ "vue-runtime-helpers" : " 1.0 .0"
5656 },
5757 "devDependencies" : {
5858 "@babel/core" : " ^7.0.0-beta.46" ,
Original file line number Diff line number Diff line change @@ -126,11 +126,11 @@ export default function vue(opts: VuePluginOptions = {}): Plugin {
126126 d ( `Build target: ${ process . env . VUE_ENV || 'browser' } ` )
127127
128128 if ( ! opts . normalizer )
129- opts . normalizer = '~' + 'vue-runtime-helpers/normalize-component.js'
129+ opts . normalizer = '~' + 'vue-runtime-helpers/dist/ normalize-component.js'
130130 if ( ! opts . styleInjector )
131- opts . styleInjector = '~' + 'vue-runtime-helpers/inject-style/browser.js'
131+ opts . styleInjector = '~' + 'vue-runtime-helpers/dist/ inject-style/browser.js'
132132 if ( ! opts . styleInjectorSSR )
133- opts . styleInjectorSSR = '~' + 'vue-runtime-helpers/inject-style/server.js'
133+ opts . styleInjectorSSR = '~' + 'vue-runtime-helpers/dist/ inject-style/server.js'
134134
135135 createVuePartRequest . defaultLang = {
136136 ...createVuePartRequest . defaultLang ,
Original file line number Diff line number Diff line change @@ -10315,10 +10315,10 @@ vue-router@^3.0.1:
1031510315 resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.0.2.tgz#dedc67afe6c4e2bc25682c8b1c2a8c0d7c7e56be"
1031610316 integrity sha512-opKtsxjp9eOcFWdp6xLQPLmRGgfM932Tl56U9chYTnoWqKxQ8M20N7AkdEbM5beUh6wICoFGYugAX9vQjyJLFg==
1031710317
10318- vue-runtime-helpers@^0.2 .0 :
10319- version "0.2 .0"
10320- resolved "https://registry.yarnpkg.com/vue-runtime-helpers/-/vue-runtime-helpers-0.2. 0.tgz#8f8aa9e5ed40be2f3716c3ef8ee5e319290bedde "
10321- integrity sha512-ZMFavDEqYrWxsWq5kLpvv5rjJbLf47V99t8p0G/ZEltx6PVSCXVvUC1yAOBiwLY3IEkUFRM8WUDlMasbsRhurA ==
10318+ vue-runtime-helpers@1.0 .0 :
10319+ version "1.0 .0"
10320+ resolved "https://registry.yarnpkg.com/vue-runtime-helpers/-/vue-runtime-helpers-1.0. 0.tgz#af5fe1c8d727beb680b2eb9d791c8e022342e54d "
10321+ integrity sha512-DgwCNgIXkq1GJsWwtFOjA/K2nxpjyon/QqAut0EiwrMHBatAPbfdqksDdRoK15b5YrSJRa59rx3pc0L6V4udUA ==
1032210322
1032310323vue-server-renderer@^2.5.16 :
1032410324 version "2.5.22"
You can’t perform that action at this time.
0 commit comments