Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Allow browserify transforms after typescript compilation #39

@Sambego

Description

@Sambego

I'm currently trying to build an app in which I need generator functions. Typescript can only handle them when compiling to es6, not when compiling to es5. It would be cool if I could compile the typescript to es6 (which is possible at the moment), and after that compile it to es6 withe babelify or do some other transforms on it.

Currently you can add browserify options. When specifying a transform here, it will also get executed before the typescript compilation.

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