atom icon indicating copy to clipboard operation
atom copied to clipboard

Exclude test dependencies from production Atom binary

Open aminya opened this issue 4 years ago • 0 comments

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

aminya avatar Apr 01 '21 00:04 aminya