strothj / react-docgen-typescript-loader

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

Add Webpack 4 / ts-loader 4 / awesome-typescript-loader 4/5 compatibility #9

Closed strothj closed 6 years ago

strothj commented 6 years ago

I plan to support the changes required for Webpack 4. I'm currently waiting for these:

https://github.com/storybooks/storybook/pull/3148 https://github.com/storybooks/storybook/issues/3044

strothj commented 6 years ago

From my early testing, the loader seems to work without modification with Webpack 4. I'm going to leave this issue open until Storybook is updated to support Webpack 4 so that tests can be added.

strothj commented 6 years ago

Closing since tests now verify against Webpack 4, ref: f5d1d46.