keokilee / react-typescript-boilerplate

Boilerplate project for setting up Typescript and React with Babel and Webpack.
ISC License
114 stars 23 forks source link

Add Awesome Typescript Loader #17

Closed keokilee closed 8 years ago

keokilee commented 8 years ago

Changes:

Close #15 Close #8

jbrantly commented 8 years ago

which adds incremental builds

If you don't mind, could you share what wasn't working with ts-loader? It supports incremental builds.

keokilee commented 8 years ago

@jbrantly

Previously, I could not hot-reload reducers in Redux. Once I switched over to awesome-typescript-loader, it started working. I'm not exactly sure what the cause was; I just assumed "incremental builds" since that's something awesome-ts advertised.

In any case, your comment prompted me to try ts-loader again, and everything appears to work. awesome-ts had some other problems anyway, so I was happy to switch back.

Thanks for your comment!

jbrantly commented 8 years ago

Gotcha! I'm just always on the lookout for any bugs/missing features :grin: