Issues with HMR in Vite React App with Node.js and Shopify Integration
I'm currently configuring a Shopify app using React (with Vite) and Node.js. However, I've encountered an issue with Hot Module Replacement (HMR). My vite.config.js file is as follows: import path, { dirname } from 'node:path'; import { fileURLToPath } from…