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.
1 parent fa4d25e commit ecea3c3Copy full SHA for ecea3c3
lib/loader.js
@@ -413,7 +413,7 @@ module.exports = function (content) {
413
output +=
414
` hotAPI.${
415
functionalTemplate ? 'rerender' : 'reload'
416
- }("${moduleId}", Component.options)\n' + ' }\n`
+ }("${moduleId}", Component.options)\n }\n`
417
// dispose
418
419
' module.hot.dispose(function (data) {\n' +
0 commit comments