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
{{ message }}
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
This plugin seems useless in current state — it much better to build TypeScript separately and use Rollup only for bundle JS files.
But it hard because there is no oficial option to use Rollup with Gulp, where we can use https://github.com/ivogabe/gulp-typescript — it is a good implementation of plugin for build TypeScript.
We need a full support of TypeScript with TS Language Service API and incremental compilation, that is important for develop with watch option.
Currently we should to use some external utils, like rollup-plugin-gulp (that didn't work for me), or use SystemJS to load ES modules directly and build production bundle from these files.
But all these things must be inside this plugin – just plug and work.
The text was updated successfully, but these errors were encountered:
This plugin already works with rollup-watch for incremental building, however I'm looking at https://github.com/ivogabe/gulp-typescript to see how we can support TypeScript's internal incremental compilation.
This plugin seems useless in current state — it much better to build TypeScript separately and use Rollup only for bundle JS files.
But it hard because there is no oficial option to use Rollup with Gulp, where we can use https://github.com/ivogabe/gulp-typescript — it is a good implementation of plugin for build TypeScript.
We need a full support of TypeScript with TS Language Service API and incremental compilation, that is important for develop with
watch
option.Currently we should to use some external utils, like rollup-plugin-gulp (that didn't work for me), or use SystemJS to load ES modules directly and build production bundle from these files.
But all these things must be inside this plugin – just plug and work.
The text was updated successfully, but these errors were encountered: