You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: