Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f3db7af

Browse filesBrowse files
cappadonayyx990803
authored andcommitted
1 parent 1b70544 commit f3db7af
Copy full SHA for f3db7af

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎lib/loader.js

Copy file name to clipboardExpand all lines: lib/loader.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ module.exports = function (content) {
220220
' var hotAPI = require("vue-hot-reload-api")\n' +
221221
' hotAPI.install(require("vue"), false)\n' +
222222
' if (!hotAPI.compatible) return\n' +
223-
' var id = ' + JSON.stringify(filePath) + '\n' +
223+
' var id = ' + loaderUtils.stringifyRequest(loaderContext, filePath) + '\n' +
224224
' if (!module.hot.data) {\n' +
225225
// initial insert
226226
' hotAPI.createRecord(id, module.exports)\n' +

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.