8000 Fix: `browserify` flag should be false (#238) · rspack-contrib/rspack-vue-loader@f7f5efc · GitHub
[go: up one dir, main page]

Skip to content

Commit f7f5efc

Browse 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

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
220
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' +
220
' 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