Nabil Boussouf

Results 17 comments of Nabil Boussouf

@egoist should I add [speed-measure-webpack-plugin](https://github.com/stephencookdev/speed-measure-webpack-plugin)?

@egoist **Client** from this https://github.com/saberland/saber/issues/425#issuecomment-530463126 and this https://github.com/saberland/saber/issues/425#issuecomment-530755868 we get `Compiled client successfully in 36.5s!` before and `Compiled client successfully in 28.6s!` after but this is not the most important...

with cache-loader (the latest saber version) and autodll I get this ``` [success] Compiled server successfully in 12.5s! [success] Compiled client successfully in 21.8s! ``` without autodll ``` [success] Compiled...

@egoist I think that there is no need to merge this if webpack 5 release is soon

I think that the main reason for why this should be merged is HMR build time. For me it goes from 2s-3s to around 300ms

No need for `saber-config.ts` and `saber-node.ts` this will just make things complicated

Maybe a notification for when the building is finished too

@egoist I made some changes in timing here https://jsfiddle.net/u8dthzvp/ do you think that it looks better? add ``` body { width: 48px; height: 48px; } ``` to have the same...

No need to send progress data if we do it in `Next.js` style the following code will do the job ``` mounted () { this.isVisible = false this.isBuilding = false...