atom
atom copied to clipboard
Exclude test dependencies from production Atom binary
Description
This excludes the test dependencies from the production Atom binary. This is done by moving those dependencies to spec folder.
Benefits
- The production Atom binary will be smaller and load faster
- This removes the security issues involved with these old dependencies in the final Atom binary
Drawbacks
N/A