webpack ts-loader sample
GaryB432 opened this issue · 4 comments
GaryB432 commented
I didn't see a webpack sample so I made one (using ts-loader) at https://github.com/GaryB432/webpack-typescript. I can put it into a PR if you're interested.
mhegazy commented
Does this work-through match you expectations: https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/quick-start/react-webpack.md ?
GaryB432 commented
I overlooked that one, unaware that the handbook also had samples/starters. It sure is nicely documented. Mine does not include React, just webpack and ts-loader. I was keeping it stripped down like greeter.
mhegazy commented
We intend to publish these to typescriptlang.org soon and to the samples repo. So of this does the trick then I would say we do not need another sample.
GaryB432 commented
Sounds right. Thanks for your attention.