mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 14:02:43 +08:00
Before, the build tasks ran in parallel and so the different webpack instances competed over the same lines on the console. To fail fast and to prevent to show the same errors twice, the second build step is not executed if the first one fails. As running these tasks in sequence causes issues with watch mode, this PR also disables differential loading when watch mode is requested.
/packages
Folder
This folder is the root of all defined packages in this repository.
Packages that are marked as private: true
will not be published to NPM. These are limited to the
_
subfolder.
This folder includes a directory for every scope in NPM, without the @
sign. Then one folder
per package, which contains the package.json
.