Skip to content

Commit

Permalink
fix: hotreloading .dhtml
Browse files Browse the repository at this point in the history
resolve #453
  • Loading branch information
nobkd committed Feb 1, 2025
1 parent 5964c54 commit 99124d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuekit/src/browser/hotreload.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sse.onmessage = async function(e) {
// if (data.is_js) import('/' + path + '?' + Math.random())

// reactive component
if (data.is_nue || data.is_htm) remount('/' + data.path.replace(data.ext, '.js'))
if (data.is_dhtml || data.is_htm) remount('/' + data.path.replace(data.ext, '.js'))


// styling (inline && stylesheets)
Expand Down

0 comments on commit 99124d6

Please sign in to comment.