Closed joao-paulo-parity closed 2 years ago
I intuit the idea behind ncc is having the project be compiled to a single file so that it can be executed by Node directly without first having to install dependencies. This purpose needs to be documented, otherwise it looks like a useless dependency.
Problem: ncc is a unnecessary dependency because the compiled javascript files can just be executed directly without packaging
Solution: remove ncc and check if the action still works without packaging