You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I accidentally discovered some dependencies that can be optimized, and I want to try replacing them with lighter alternatives, such as using the built-in node:fs in Node.js.
fs-extra -> node:fs: since we are using nodejs v22
fast-glob -> tinyglobby: it's lighter and behaves the same way.
The text was updated successfully, but these errors were encountered:
I accidentally discovered some dependencies that can be optimized, and I want to try replacing them with lighter alternatives, such as using the built-in node:fs in Node.js.
fs-extra
->node:fs
: since we are using nodejs v22fast-glob
->tinyglobby
: it's lighter and behaves the same way.The text was updated successfully, but these errors were encountered: