diff options
Diffstat (limited to 'src/runtime/hmr.ts')
-rw-r--r-- | src/runtime/hmr.ts | 1 |
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: { |