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
Currently mysql is declared as a dependency, meaning it must be installed (even if it is not needed), adding quite a lot of sub-dependency clutter.
Solution is to declare it as a peer dependency and doing some Node magic to throw an error if a peer function is used without its dependency.
The text was updated successfully, but these errors were encountered:
Currently
mysql
is declared as a dependency, meaning it must be installed (even if it is not needed), adding quite a lot of sub-dependency clutter.Solution is to declare it as a peer dependency and doing some Node magic to throw an error if a peer function is used without its dependency.
The text was updated successfully, but these errors were encountered: