File tree Expand file tree Collapse file tree 3 files changed +4
-186
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +4
-186
lines changed
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ module.exports = function (content) {
122
122
process . env . NODE_ENV !== 'production' &&
123
123
( parts . script . length || parts . template . length )
124
124
) {
125
- var hotReloadAPIPath = require . resolve ( './ hot-reload-api' ) . replace ( / \\ / g, '\\\\' )
125
+ var hotReloadAPIPath = require . resolve ( 'vue- hot-reload-api' ) . replace ( / \\ / g, '\\\\' )
126
126
var scriptString = parts . script . length ? getRequireString ( 'script' , parts . script [ 0 ] , 0 ) : ''
127
127
var templateString = parts . template . length ? getRequireString ( 'template' , parts . template [ 0 ] , 0 , hasLocalStyles ) : ''
128
128
var accepted = [ ]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-loader" ,
3
- "version" : " 4.0.5 " ,
3
+ "version" : " 4.0.6 " ,
4
4
"description" : " Vue.js component loader for Webpack" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
27
27
"loader-utils" : " ^0.2.10" ,
28
28
"parse5" : " ^1.5.0" ,
29
29
"postcss" : " ^4.1.16" ,
30
- "postcss-selector-parser" : " ^1.1.2"
30
+ "postcss-selector-parser" : " ^1.1.2" ,
31
+ "vue-hot-reload-api" : " ^1.0.0"
31
32
},
32
33
"peerDependencies" : {
33
34
"vue-html-loader" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments