There is also a files option which takes an array of individual file names which overrides both include and exclude.Running the buildAll the different build steps are orchestrated via npm scripts. Npm scripts basically allow us to call (and chain) terminal commands via npm. This is nice ...