An open API service indexing awesome lists of open source software.

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

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.