diff --git a/lib/loader.js b/lib/loader.js index 1e889b29b..695c3265b 100644 --- a/lib/loader.js +++ b/lib/loader.js @@ -218,7 +218,7 @@ module.exports = function (content) { 'if (module.hot) {(function () {' + ' module.hot.accept()\n' + ' var hotAPI = require("vue-hot-reload-api")\n' + - ' hotAPI.install(require("vue"), true)\n' + + ' hotAPI.install(require("vue"), false)\n' + ' if (!hotAPI.compatible) return\n' + ' var id = ' + JSON.stringify(filePath) + '\n' + ' if (!module.hot.data) {\n' +