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 wish to have a build that don't have anything that are specific to windows...
i don't care about windows.
I'm only going to use it on unix/browser
so i don't need any windows features
any feature with backslash \ is unnecessary to me. therefore i do not want to have to depend on any NodeJS builtin modules such as require('node:path') or require('node:process'). those things are only going to increase my bundle for when i use it in the browser.
The text was updated successfully, but these errors were encountered:
i wish to have a build that don't have anything that are specific to windows...
i don't care about windows.
I'm only going to use it on unix/browser
so i don't need any windows features
any feature with backslash
\
is unnecessary to me. therefore i do not want to have to depend on any NodeJS builtin modules such asrequire('node:path')
orrequire('node:process')
. those things are only going to increase my bundle for when i use it in the browser.The text was updated successfully, but these errors were encountered: