Mateusz Burzyński

Results 1531 comments of Mateusz Burzyński

It shouldn't be that hard to add support for this - I just have never got to it. I'm afraid I won't be able to work on this one in...

I know that this might be a big ask - but could we add a simple test suite here? Quite frankly, I'm not using this package anymore - so it's...

I can really recommend using https://github.com/preconstruct/preconstruct/ . You can define extra entrypoints with it like this: https://github.com/statelyai/xstate/blob/dc3eba3a9b9db62a5a5ee2b1f5e878cc64f166fa/packages/core/package.json#L52-L61

Hi! I've started working on this - but getting this right ain't the simplest thing in the world. Gonna continue working on the generic version, if I fail in the...

I havent planned to write one, was interested only in transformer plugin for other project. It’s real bummer that those cannot be configured in regular way. Do you have any...

@egoist @jdalton could u shed some light on the matter? live example on a todo or something would be really helpful to understand things

@jdalton I got to playing with this loader cause of your tweet with that config ;) However cannot make it to work properly. With such config: ```javascript const config =...

Thanks! Would really appreciate. I can make later PR with more complex example if we figure this out. For now I went with vanilla rollup for my js bundle, but...

@jdalton Ive set up example, which I think is not yet properly working (as discussed above). You can take a look at [config](https://github.com/Andarist/rollup-loader/blob/9c374ffe599ca7db1b91331172361098945f4b3e/example/webpack.config.js) here and on output [here](https://github.com/Andarist/rollup-loader/blob/9c374ffe599ca7db1b91331172361098945f4b3e/example/dist/bundle.js).

I don't think that's possible right now without writing custom abstraction over `avenir`. `redux-saga` uses internally a [forkQueue structure](https://github.com/redux-saga/redux-saga/blob/bbda3c85ec8c2f33059a3d5ac2017cf25a70a201/src/internal/proc.js#L192) to implement this.