Andy Wermke

Results 447 comments of Andy Wermke

Yeah, that would explain the issue 😉 Worst case: You need to run PostCSS before and after SASS.

@pierlo-upitup Any updates on this?

Interesting point. Thanks for sharing, @Cyrille37! Anyone else have an opinion on that?

This package is not under active development anymore, at least not by me. Feel free to submit a PR implementing the feature you need, though. I will handle the PR,...

It's so hard to get feedback on the documentation sometimes... Thanks for sharing this! I will have a deeper look into this later. I'm pretty busy right now, at work...

Hey @yovanoc. What does not work / what error do you see? 😉

Really hard to tell from here. Can you share the code where you import `spawn` and where you instantiate a `new Worker()`?

Yep, code looks alright. I think the Babel config is the trouble maker here: ``` "@babel/preset-env", { (…) "modules": false, ``` Babel will transpile the modules away and the threads-plugin...

Any reason not to do `"modules": true`? Webpack should be able to resolve everything just fine.

Ahh, sorry. Nevermind. I confused the semantics of the setting…