Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 938 Bytes

MAINTAIN.md

File metadata and controls

23 lines (18 loc) · 938 Bytes

Dependencies Maintenance

angular-webpack2-starter

UDPATE 6.11.17 Due to lack of maintenance of the starter project, we're now maintaining depen- dencies ourselves. Therefore we no longer maintain upstream compatibility with the starter project.

See project wiki

  1. Create new branch git checkout -b starter-updates
  2. Pull in changes git pull starter no-universal-support
  3. Review changes, resolve merge conflicts. Remove yarn.lock as it usually contains too many merge conflicts.
  4. Run npm run clean and yarn install (re-generates yarn.lock).

How to keep angular-webpack2-starter upgradable

  • put any custom config into src/constants.js
  • put global app imports, declarations, providers and routes into their respective app.*.ts file