lxieyang / chrome-extension-boilerplate-react

A Chrome Extensions boilerplate using React 18 and Webpack 5.
MIT License
3.58k stars 1.1k forks source link

Webpack is slow at "95% emitting emit" #92

Open nxvinh222 opened 2 years ago

nxvinh222 commented 2 years ago

The webpack compiled very slowly (about 20s) at "95% emitting emit". image

Anyone met this problem before?

lxieyang commented 2 years ago

hmm, I'm not seeing anything like this on my end. Could you try clearing the cache and rebuild?

nxvinh222 commented 2 years ago

hmm, I'm not seeing anything like this on my end. Could you try clearing the cache and rebuild?

Yes I've already tried that but didn't work as well It built very fast until 95%, very annoying whenever I tried to hot-reload