python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Vite React TypeScript monorepo hot module reloading (HMR) not working
I have a Vite/React/Typescript/Yarn monorepo that contains two applications and some shared components. I'm having trouble getting HMR working when running vite dev.
The example repo is here: https://...
Jake Boone
Votes: 0
Answers: 1
How to use Vite HMR API with Pixi.js
I'm trying to use the Vite HMR API to create a Pixi.js app that hot reloads without resetting its state. The high-level idea:
main.js initializes Pixi.js so an imported function update() is run every...
Leftium
Votes: 0
Answers: 1
Changes in props not visible in HMR (need to reload page)
I've got a small problem (or maybe it's intended and I just don't know how it should work).
I've got parent component - App.vue
<script setup>
import AboutMe from "./components/AboutMe.vue&...
OverflowHidden
Votes: 0
Answers: 1
Webpack-dev-server HMR not working with multiple entry points
today I've noticed a strange bug (or I am to dumb?) with my webpack-dev-server.
I've got a Spring Boot App with thymleaf templates. Some pages may only load one others may have more than one js-file:
...
Theiaz
Votes: 0
Answers: 1