Skip to content

Commit f7f5efc

Browse files
ken-gladeyeyyx990803
authored andcommitted
Fix: browserify flag should be false (#238)
Signed-off-by: Ken Vu <[email protected]>
1 parent b95761e commit f7f5efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/loader.js

Lines 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)