aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/hmr.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/hmr.ts')
-rw-r--r--src/runtime/hmr.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/hmr.ts b/src/runtime/hmr.ts
index 99cdf634a..10f7e4a5d 100644
--- a/src/runtime/hmr.ts
+++ b/src/runtime/hmr.ts
@@ -629,6 +629,7 @@ if (typeof window !== "undefined") {
// If so, it will use it.
// Else, it will fall back to live reloading.
case API.Loader.js:
+ case API.Loader.jsx:
case API.Loader.json:
case API.Loader.ts:
case API.Loader.tsx: {