We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
browserify
1 parent b95761e commit f7f5efcCopy full SHA for f7f5efc
lib/loader.js
@@ -218,7 +218,7 @@ module.exports = function (content) {
218
'if (module.hot) {(function () {' +
219
' module.hot.accept()\n' +
220
' var hotAPI = require("vue-hot-reload-api")\n' +
221
- ' hotAPI.install(require("vue"), true)\n' +
+ ' hotAPI.install(require("vue"), false)\n' +
222
' if (!hotAPI.compatible) return\n' +
223
' var id = ' + JSON.stringify(filePath) + '\n' +
224
' if (!module.hot.data) {\n' +
0 commit comments