Skip to content

Provide eject command to export webpack configuration and dependencies to project scope #2047

@hantsy

Description

@hantsy

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

  1. eject command only can be executed once(unless the config is allowed to be overridden via some command arguments )
  2. other commands still can be used after the configurations are ejected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions