question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TypeScript configuration docs link to incorrect version of Fork-TS-Checker-Webpack-Plugin

See original GitHub issue

The “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: image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
HJain13commented, Sep 28, 2020

Hey @shilman, can I take this up?

0reactions
jonniebigodescommented, Oct 9, 2020

@maneetgoyal no problem, sorry that i couldn’t take care of this sooner 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

fork-ts-checker-webpack-plugin - npm
Runs typescript type checker and linter on separate process.. Latest version: 7.2.13, last published: 3 months ago.
Read more >
You may need an appropriate loader to handle this file type ...
So I think your issue here is that your webpack config file is written in typescript. I think your webpack config itself looks...
Read more >
typescript emitted no output for index.tsx - You.com | The search ...
Webpack with typescript getting TypeScript emitted no output error ... this option is not available to be set in webpack.config.json, Webpack version 5.47....
Read more >
webpack/webpack - Gitter
So, I need to copy paste configuration :( Basically I don't need production version, because I just want to compile js and scss...
Read more >
README.md - UNPKG
</p> [![npm version](https://img.shields.io/npm/v/fork-ts-checker-webpack-plugin.svg)](https ... ```js // webpack.config.js const ForkTsCheckerWebpackPlugin ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found