8000 Fix: `browserify` flag should be false (#238) · vuejs/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 (#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
< 453C td data-grid-cell-id="diff-d13af906cdf0b594321bc6eef23f26e456f0d894f978815e19666668b57b52f8-222-222-2" data-line-anchor="diff-d13af906cdf0b594321bc6eef23f26e456f0d894f978815e19666668b57b52f8R222" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">
' if (!hotAPI.compatible) return\n' +
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
223223
' var id = ' + JSON.stringify(filePath) + '\n' +
224224
' if (!module.hot.data) {\n' +

0 commit comments

Comments
 (0)
0