wub / preact-cli-plugin-typescript

Adds TypeScript support to preact-cli :zap:
MIT License
49 stars 6 forks source link

Add support for `awesome-typescript-loader` #1

Closed wub closed 7 years ago

wub commented 7 years ago

awesome-typescript-loader is faster, performs type checking on a separate thread by default.

This is possible with ts-loader, but requires an extra plugin.

Options:

  1. Let the user choose their loader (awesome-typescript-loader by default)
  2. Move completely to awesome-typescript-loader

I started with atl, but couldn't get it to actually output the files with preact-cli's watch mode.

wub commented 7 years ago

Solved by https://github.com/wub/preact-cli-plugin-typescript/commit/80e67491200ecc3ce6c04e733517aca4e8736663