© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
RG
Me.js!
How long does it take for your scripts to build and for what amount of files? In development mode.
Mine numbers are 800 files (js, css, fonts, png) and 50s. Webpack's version is 1.* I think it's too much. What about yours?
sivaram
Startup Junkie
Am using similar file counts but time its consuming is quite less about 20s for the first load. How you are syncing with the browser using Hot Module replacement / browser sync .?
Yeah, HMR is enabled.
sivaram
Startup Junkie
Am using similar file counts but time its consuming is quite less about 20s for the first load. How you are syncing with the browser using Hot Module replacement / browser sync .?