webpack-autoconf icon indicating copy to clipboard operation
webpack-autoconf copied to clipboard

Add typescript

Open jantimon opened this issue 6 years ago • 3 comments

Configuring ts-loader to be fast is quite challenging:

https://github.com/TypeStrong/ts-loader/blob/master/examples/thread-loader/webpack.config.js

Could you please add it? :)

jantimon avatar Apr 27 '18 18:04 jantimon

Thank you. This is a highly requested feature. I am not familiar with Typescript, will do some research !

jakoblind avatar May 07 '18 06:05 jakoblind

We now have typescript support thanks to @mhadaily ! It's not optimized to keep thing simple. Maybe optimized typescript should be an option?

jakoblind avatar Sep 18 '18 10:09 jakoblind

By now, the fastest way to get TypeScript working with webpack looks something like this example:

https://github.com/TypeStrong/ts-loader/tree/master/examples/fork-ts-checker-webpack-plugin (although it might be a touch out of date packages wise)

Prompted by this tweet: https://www.twitter.com/johnny_reilly/status/1178199736760721409

johnnyreilly avatar Sep 29 '19 08:09 johnnyreilly