# thread-loader-bug **Repository Path**: mirrors_yyx990803/thread-loader-bug ## Basic Information - **Project Name**: thread-loader-bug - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-18 - **Last Updated**: 2026-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Issue: LoaderContext.mode is missing when running in `thread-loader` ## Not Working - `npm run build` - Check `dist/main.js` - `console.log('mode is: undefined')` ## Working - Comment out `thread-loader` in config - `npm run build` - Check `dist/main.js` - `console.log('mode is: MODE')`