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 f7f5efc

Browse filesBrowse files
ken-gladeyeyyx990803
authored andcommitted
Fix: browserify flag should be false (vuejs#238)
Signed-off-by: Ken Vu <ken@gladeye.co.nz>
1 parent b95761e commit f7f5efc
Copy full SHA for f7f5efc

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
@@ -218,7 +218,7 @@ module.exports = function (content) {
218218
'if (module.hot) {(function () {' +
219219
' module.hot.accept()\n' +
220220
' var hotAPI = require("vue-hot-reload-api")\n' +
221-
' hotAPI.install(require("vue"), true)\n' +
221+
' hotAPI.install(require("vue"), false)\n' +
222222
' if (!hotAPI.compatible) return\n' +
223223
' var id = ' + JSON.stringify(filePath) + '\n' +
224224
' if (!module.hot.data) {\n' +

0 commit comments

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