barak igal

Results 19 comments of barak igal

same is true for `saveJSON`

Are there any official docs or references on how to implement this?

Hi @sokra we are trying to move from our webpack plugin to a more simplified loader that works with other webpack echo system, and will be forward compatible with webpack@5....

When trying to solve this issue maybe take a look at #530 Also the real problem is that css order should not depended only on import order because it can...

I would like to add here one more thing You usually only pay the "full build" once in dev when there is no existing `dist`, other times you only build...

Actually I didn't notice when this feature introduced. for my use case only >2% of our projects uses older version then 22. Now I just return the object. problem solved...

I hope to change that "[Working as Intended]". it's a big issue for us resulting in slow builds.

Is this going to be merged? we want to start using the `cause` field in our errors.

It's a general thing with errors not related to Typescript ```ts console.error('\n' + (err.stack || `Error: ${err.message || err}`)); ``` the above line from mocha fail if I throw null...

These are the main features we don't use a lot of react here only examples so I don't expect any other changes if there are any good react 18 changes...