Malash

Results 29 comments of Malash

Any update about this PR? Is it ready to merge into master branch?

I'v created a PR. https://github.com/tj/axon/pull/151

Try `sudo defaults write /Library/Preferences/com.apple.security.libraryvalidation.plist DisableLibraryValidation -bool true`, it works for my macOS Big Sur. Ref: https://www.macenhance.com/docs/general/sip-library-validation.html

I forked the latest version of `thread-loader` and refactored it with `worker_threads`. See https://github.com/malash/thread-loader-issue-61/pull/1 It could 100% work in my Webpack projects, which means no error is emitted when bundling...

@jsg2021 I tried 3 workers, 5 workers and more, and got same result. In fact, as the number of workers increased, the total build time may even increase. As a...

@alexander-akait Webpack 5 `cache` is great. It reduces a lot of CPU time after the first build. But it still has some problem so I still need `thread-loader`. 1. The...

BTW. I found a hack way to solve this problem. I don't know why but it works for me. https://codesandbox.io/s/3187wxkkrm

I guess it is a bug related to https://github.com/browserify/resolve/issues/177 I also created a [temporary bug fix](https://github.com/malash/extract-loader/commit/37f4feb80d69d011754b8b01424248e2128c4e27) for `extract-loader`. If it works for you please let me known. Thanks. @gombosg @HairyRabbit

Maybe the `--force` option is a good solution if user intents to use the bigger output ?