Open zFernand0 opened 2 weeks ago
Thank you for creating a bug report. We will investigate the bug and evaluate its impact on the product. If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.
Describe the bug
During our builds, you may find the following entry:
TypeError: Cannot read properties of undefined (reading 'includes')
This likely happens due to an incompatibility between the TS version and one of the webpack plug-ins that we use
To Reproduce
Check out the CI lopgs
Expected behavior
No type error 😋
Stack-trace
Additional context
Source: https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/main/src/typescript/worker/lib/system.ts#L286