egoist / bili

Bili makes it easier to bundle JavaScript libraries.

Home Page:https://bili.egoist.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate from rollup-plugin-typescript2 to rollup-plugin-ts

chocolateboy opened this issue · comments

Migrate from rollup-plugin-typescript2 to rollup-plugin-ts. This would be a breaking change.

Reasons to switch

  • allow bili to support TypeScript out of the box (no need to manually install a plugin)
  • better integration with Babel
  • support for custom TypeScript AST transformers

Possible issues

Related discussions