TypeScript configuration docs link to incorrect version of Fork-TS-Checker-Webpack-Plugin
See original GitHub issueThe “See docs” link in Storybook v6’s TypeScript configuration guide points to the wrong version of fork-ts-checker-webpack-plugin
:
https://github.com/storybookjs/storybook/blob/next/docs/src/pages/configurations/typescript-config/index.md#mainjs-configuration
Storybook v6’s package.json
declares "fork-ts-checker-webpack-plugin": "^4.1.4"
here, but the link points to the most recent version, which is v5.0.14
. Fork-TS-Checker’s configuration changed from v4 -> v5, so the docs in question provide a configuration shape that is not compatible with the version used by Storybook.
Can the docs be updated to link to this location instead? This might help prevent confusion for those not overly-familiar with Fork-TS-Checker or the changes from v4 -> v5.
Screenshot:
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (5 by maintainers)
Hey @shilman, can I take this up?
@maneetgoyal no problem, sorry that i couldn’t take care of this sooner 😃