Lukas Bombach

Results 54 comments of Lukas Bombach

Oh sorry, I did not see any of this, will do, thanks

My company decided to discontinue the entire project :( We have continued this path in our new company, but we feel like there's something on the horizon from the teams...

Hey Nate — that is awesome!! > Am 16.11.2020 um 05:22 schrieb Nate Moore : > > > Hey there—thanks for sharing all of your work on this, @LukasBombach !...

Hmmmm, this seems to work already or am I missing something? ```bash microbundle src/{a,b}.js ```

I stopped having this use case, but yes, as I remember that worked using the `exports` (this is from the README): ```jsonc { "name": "foo", "exports": { ".": "./dist/foo.modern.js", //...

I made a working example from @anulman 's comment. Thank you, really good work! Of course I credited you in that repo! https://github.com/LukasBombach/nextjs-linaria/tree/working-poc

### Here's the fix for version `3.6.0` (current as of 12/2022) They have removed the browser bundle from the main package, so `rollup/dist/es/rollup.browser.js` is gone. But they are still creating...

> although I guess not as "native" That ^^

What's up with this? https://github.com/grassator/react-qml Isn't that basically a react-QT-renderer?