Renaud Kyoku

Results 18 comments of Renaud Kyoku

Any news on this feature? My code relies on tuples (e.g. coordinate points, or many other things), and eslint generates warnings every time I compile my code (it was silent...

Was totally searching for this too. I think for now I'll have to do it manually. But it could be great to have things like weights on fields, or weights...

Any input on this?

The project is dead. For those with the same issue, you can: - Either **not use** regular links for things like API calls, so that you don't need to use...

Another issue I encountered right after: There is a bug in page.js that does not reset `_running` to `true`, which in turn causes the `stop()` method to return too early,...

If you are calling `page.stop()` and `page.start()`, it may be because there is a bug in `page.start()` that doesn't set `this._running = true;` if you specified `{dispatch: false}` Please see...

+1 here! Needing to generate a single fat output file with all imports inlined for each input/entry file (my rollup config has multiple inputs). I no longer want code-splitting because...

Hi @lukastaegert , Thank you for the reply, and this is exactly what I ended up doing. However, as someone already suggested, a simple `use-code-splitting` option (defaulting to `true`) would...