File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,9 +115,9 @@ export default function VuePlugin(opts: VuePluginOptions = {}): Plugin {
115
115
d ( `Build environment: ${ isProduction ? 'production' : 'development' } ` )
116
116
d ( `Build target: ${ process . env . VUE_ENV || 'browser' } ` )
117
117
118
- if ( ! opts . normalizer ) opts . normalizer = '~vue-runtime-helpers/normalize-component.js'
119
- if ( ! opts . styleInjector ) opts . styleInjector = '~vue-runtime-helpers/inject-style/browser.js'
120
- if ( ! opts . styleInjectorSSR ) opts . styleInjectorSSR = '~vue-runtime-helpers/inject-style/server.js'
118
+ if ( ! opts . normalizer ) opts . normalizer = '~' + require . resolve ( ' vue-runtime-helpers/normalize-component.js')
119
+ if ( ! opts . styleInjector ) opts . styleInjector = '~' + require . resolve ( ' vue-runtime-helpers/inject-style/browser.js')
120
+ if ( ! opts . styleInjectorSSR ) opts . styleInjectorSSR = '~' + require . resolve ( ' vue-runtime-helpers/inject-style/server.js')
121
121
122
122
createVuePartRequest . defaultLang = {
123
123
...createVuePartRequest . defaultLang ,
You can’t perform that action at this time.
0 commit comments