|
|
|
|
|
by onion2k
1453 days ago
|
|
As a project grows larger, it becomes difficult to keep track of all the build and compilation procedures that need to be followed. Anecdotally I've worked on projects that have thousands of scripts that could be built with a 5 line make file, and other projects that have a few tens of files that needed a 200 line Webpack config. I don't think build complexity is a function of project size. |
|