This is a repo for shown issue with webpack
+ ts-loader
+ thread-loader
npm install
npm run start
yarn
start start
Failed to compile.
./src/components/TestDemo.tsx
Thread Loader (Worker 0)
Cannot read properties of undefined (reading 'hooks')
oneOf: [
- {
- test: /\.tsx?$/,
- use: [
- {
- loader: "thread-loader"
- },
- {
- loader: "ts-loader",
- },
- ]
- },
"webpack": "4.28.4",
"webpack-cli": "3.1.2",
"thread-loader": "2.1.3",
"ts-loader": "5.2.2",
"typescript": "^4.2.3",