Describe the bug
The new react plugin prevents HMR when there is a static export like
export const config: ViewConfig = {
menu: { exclude: true },
};
see
vitejs/vite-plugin-react#1194 (comment)
Expected-behavior
No response
Reproduction
create a new project -> update a view
System Info
Describe the bug
The new react plugin prevents HMR when there is a static export like
see
vitejs/vite-plugin-react#1194 (comment)
Expected-behavior
No response
Reproduction
create a new project -> update a view
System Info