Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(@schematics/angular): emit declaration maps for local library builds #17920

Merged
merged 2 commits into from
Jun 12, 2020
Merged

feat(@schematics/angular): emit declaration maps for local library builds #17920

merged 2 commits into from
Jun 12, 2020

Commits on Jun 12, 2020

  1. feat(@schematics/angular): emit declaration maps for local library bu…

    …ilds
    
    With this change we enable emitting declaration maps when building libraries to be consumed locally as this improved DX as this will allow editors to go to the original typescript file when using `Go to Definition`.
    
    For production builds, declaration maps are disabled because they are not useful since the source files are not included in the distributable package.
    
    Closes #17888
    alan-agius4 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    86130bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e58c2 View commit details
    Browse the repository at this point in the history