Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tmp files that created by uglifier #55

Open
JohannLai opened this issue Aug 6, 2018 · 1 comment
Open

Remove tmp files that created by uglifier #55

JohannLai opened this issue Aug 6, 2018 · 1 comment

Comments

@JohannLai
Copy link

hi @gdborton :
webpack-parallel-uglify-plugin is a very useful and greateful plugin, it save a lot of my time.
but recently, I found some problem.

I use webpack-parallel-uglify-plugin in MacOs, Linux and Win 10.
None of these platforms deletes tmp files. In win 10, they generate in C:/user/username/AppData/Local/Temp, with many othes apps' tmp data.

In MacOs, they generate in /var/ + random string.

None of them were deleted after compress. So the folder to save the tmp files biger and biger.

I think is it possible to remove the afer we read them ?

Also, I think the tmp package of node doesn't work to delete the tmp files through setGracefulCleanup API.

@mofiggHasSugar
Copy link

英文写的很有特点

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants