TD: pnpm build
may display TypeErrors during webpack
#3298
Labels
bug
Something isn't working
priority-low
Legit issue but cosmetic or nice-to-have
severity-low
Bug that makes the usage of the Zowe less convenient but doesn't impact key use cases
Technical Debt
Includes Architecture, Code, Testing, Automation debt
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
The text was updated successfully, but these errors were encountered: