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

Add an option to use a fork of ng-annotate #40

Merged
merged 1 commit into from
Apr 28, 2017

Commits on Apr 28, 2017

  1. Add an option to use a fork of ng-annotate

    ng-annotate is no longer maintained[1], and hence fails when applied to
    source code containing modern JavaScript constructs, like import and
    export. In particular, this prevents usage with Webpack's ES6 modules
    support (issue andrey-skl#17).
    
    [1] olov/ng-annotate#245
    
    To work around it, allow the user to specify a fork of ng-annotate,
    which adds support for new JS syntax.
    bluetech committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    d247d3e View commit details
    Browse the repository at this point in the history