Skip to content

Commit e9d410c

Browse files
committed
closes #52
1 parent 2624bfd commit e9d410c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function makeHot(id, code, hotOptions) {
1212
1313
if (module.hot) {
1414
15-
const { configure, register, reload } = require('${hotApi}');
15+
const { configure, register, reload } = require('${posixify(hotApi)}');
1616
1717
module.hot.accept();
1818

0 commit comments

Comments
 (0)