-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Improve install size #27
Comments
[email protected]
install size is 1.61MB[email protected]
install size is 1.61 MB
I agree, however, I have a plan. When the Tip: You can use https://bundlephobia.com/[email protected] to see what dependencies take up of the most space. |
[email protected]
install size is 1.61 MB
I managed to improve it a little bit: https://packagephobia.com/result?p=tempy |
That's Node.js 12.10. Node.js 10 will EOL in 1 month and 2 weeks. |
Just in time for sindresorhus/meta#15! Side note: Could I think from Line 14 in 0e498c9
to something like const getPath = (prefix = '') => fs.mkdtempSync(path.join(tempDir, prefix)); |
That option is deprecated now. The alternative is |
Yes it would, though we'd still need to use |
https://packagephobia.com/result?p=tempy
[email protected]
install size is 1.61 MBThat's quite high.
0.6.0
was only 120KB.The text was updated successfully, but these errors were encountered: