creat-react-app has a command eject export built-in config to project folder. I hope Angular CLI will provide such a feature to developer , provide an eject like command export the angular-cli internal config(webpack, tslint config and dependencies etc) to the project and allow developers to customize it.
https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#npm-run-eject
eject command only can be executed once(unless the config is allowed to be overridden via some command arguments )
- other commands still can be used after the configurations are ejected.
creat-react-app has a command
ejectexport built-in config to project folder. I hope Angular CLI will provide such a feature to developer , provide anejectlike command export the angular-cli internal config(webpack, tslint config and dependencies etc) to the project and allow developers to customize it.https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#npm-run-eject
ejectcommand only can be executed once(unless the config is allowed to be overridden via some command arguments )