strothj / react-docgen-typescript-loader

Webpack loader to generate docgen information from Typescript React components.
Other
360 stars 47 forks source link

Awesome-typescript-loader? #8

Closed julianguyen closed 6 years ago

julianguyen commented 6 years ago

Does this loader work with awesome-typescript-loader?

Also thank you for this loader <3

julianguyen commented 6 years ago

Looks like it worked but not for latest version of awesome-typescript-loader. Worked for: "awesome-typescript-loader": "^3.5.0". I think it has to do the Webpack version that comes packaged with Storybook...

strothj commented 6 years ago

Storybook bundles it’s own version of Webpack. I noticed that the new ts-loader also has an issue with that version of Webpack. Not much I can do until they bump up the packaged Webpack version I think.

strothj commented 6 years ago

Tracking this here: https://github.com/strothj/react-docgen-typescript-loader/issues/9