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

Feature request: bundle #159

Closed
kylecordes opened this issue Sep 13, 2016 · 2 comments
Closed

Feature request: bundle #159

kylecordes opened this issue Sep 13, 2016 · 2 comments

Comments

@kylecordes
Copy link

Currently this plug-in ships in the form of a few handfuls of files, bundled as systemjs modules. It would be helpful if a single bundle were also provided.

The idea here is to enable development workflows, demos, plunkers, etc. with a modest number of roundtrips to grab the needed tooling. Such a bundle would mean just one round-trip for plugin-typescript, and one for typescript itself (which already ships a bundle that System can consume).

Although the context I have in mind is for Angular 2 applications, I believe it is equally applicable to other uses of this plug-in.

@frankwallis
Copy link
Owner

Thanks for raising this, I have actually wanted to do this for a while but was blocked by microsoft/TypeScript#6319 which is now resolved. I have just released 5.2.0 which distributes the plugin as a single file bundled with rollup.

@kylecordes
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants