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

[5.x ONLY]feat(compiler-cli): make ngc use the new transformer pipeline #18494

Merged
merged 1 commit into from Aug 11, 2017

Commits on Aug 11, 2017

  1. refactor(compiler-cli): use the transformer based compiler by default

    The source map does not currently work with the transformer pipeline.
    It will be re-enabled after TypeScript 2.4 is made the min version.
    
    To revert to the former compiler, use the `disableTransformerPipeline` in
    tsconfig.json:
    
    ```
    {
      "angularCompilerOptions": {
        "disableTransformerPipeline": true
      }
    }
    ```
    vicb committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    e772479 View commit details
    Browse the repository at this point in the history