DOM nodes count significantly higher in build
I am using vite to build my react app, recently i noticed that the count of DOM nodes(in chrome performance monitor) in build is significantly higher(13k) vs dev server(4.5k).
I am using vite to build my react app, recently i noticed that the count of DOM nodes(in chrome performance monitor) in build is significantly higher(13k) vs dev server(4.5k).