Jonathan Grimes

Results 139 comments of Jonathan Grimes

@jquense yep, I've already done so. I'm following along on the css-loader issue

> err maybe if the locals convention was configured to use content hash that would work? Sorry, I just noticed this. Could you elaborate? Is [contenthash] available for localIdentName?

It would be nice to support thread-loader. the `_compilation`, _`compiler`, and `_module` properties are deprecated in webpack 5... and not at all available in the thread-loader child process. Looking at...

Eh, the fs on the loader context within the child process is just node's fs: https://github.com/webpack-contrib/thread-loader/blob/master/src/worker.js#L124

@jquense With the inline-loader implementation, this seems like it _could_ work with the thread-loader... :) This line blows up on the thread-loader because `module` is undefined... https://github.com/4Catalyzer/astroturf/blob/25a13acb7a84aa14e845c2c08dc25a920764bc3e/src/inline-loader.ts#L130

> Isn't what [webpack-virtual-modules](https://github.com/sysgears/webpack-virtual-modules) does? That's a fascinating project. It could potentially help. @jquense what work were you referring to?

@jquense nevermind I found it. Though, I'd probably just prefer to wait on your 1.0.0 :)