aminpaks / typescript-library-bundler

Bundles a Typescript library, and makes it ready to ship for ES6, ES5, CommonJS and UMD
MIT License
6 stars 1 forks source link

Watch mode #19

Open Telem opened 6 years ago

Telem commented 6 years ago

Hello,

Lovely plugin you have there, it will definitely help us build reusable libs for our Angular projects ! Great job :) I would love if there was a --watch mode that rebuilds on file changes, it would let us test out changes during development nicely :

Are you by any chance planning on introducing this feature ?

aminpaks commented 6 years ago

Hi, To be honest I've thought about this already. I am very discouraged by the latest changes of Angular compiler (v5) API. If you've studied the new API and you think there is a good possibility to implement this feature, feel free to create a PR.