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
These dependencies do very little (only to allow us to specify the order of tasks to build the client bundle). They introduce a large amount of sub-dependencies and they are a constant headache as they constantly raise vulnerability warnings over time.
It would be good to be able to build the client using only a simple Node.js script and browserify. No need for these clunky libraries which do almost nothing.
The text was updated successfully, but these errors were encountered:
These dependencies do very little (only to allow us to specify the order of tasks to build the client bundle). They introduce a large amount of sub-dependencies and they are a constant headache as they constantly raise vulnerability warnings over time.
It would be good to be able to build the client using only a simple Node.js script and browserify. No need for these clunky libraries which do almost nothing.
The text was updated successfully, but these errors were encountered: