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
The prefix `~` was used to refer to a package in the `node_modules` folder and thus specify the search path. By today, this syntax is still supported, but unnecessary (the search path nowadays includes `node_modules`) and thus the usage is not recommended any longer.
0 commit comments