https://github.com/shinychang/webpack-thread-loader-repo
Sample repo of thread-loader issue
https://github.com/shinychang/webpack-thread-loader-repo
webpack webpack-loader
Last synced: about 2 months ago
JSON representation
Sample repo of thread-loader issue
- Host: GitHub
- URL: https://github.com/shinychang/webpack-thread-loader-repo
- Owner: ShinyChang
- License: mit
- Created: 2019-01-31T11:04:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T11:04:16.000Z (over 7 years ago)
- Last Synced: 2025-06-18T03:06:00.168Z (about 1 year ago)
- Topics: webpack, webpack-loader
- Language: JavaScript
- Homepage: https://github.com/webpack-contrib/thread-loader/issues/58
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webpack-thread-loader-repo
Please use `yarn local` and `yarn build` to test it. The first will generate the class name `oooooooooooo` which defined in the `webpack.config.js`. The second will generate `styles__root--xxxxx`. Which means `getLocalIdent` does not be passed to css-loader when thread-loader enabled.