Olivier Biot

Results 119 comments of Olivier Biot

I created an issue at rollup: https://github.com/rollup/rollup/issues/4704 as I'm literally out of idea on why this is happening and how to fix it :( FYI @L1lith

this one is fixed in the coming 14.2.0 release, and comments shared with the rollup team : https://github.com/rollup/rollup/issues/4704

version 14.2 released, and boilerplate updated accordingly, we can now close this one for good.

I haven't use react native as a bundler, but one of the advantage of Cordova is (or was maybe since it's not being updated anymore) is all the monetisation plugins....

oh super interesting, I really need to look into it, thanks for sharing that !

to come back on the original request on supporting react native, it seems that it could just about adding https://www.npmjs.com/package/@flyskywhy/react-native-gcanvas as part of the project boilerplate dependencies ? we really...

this one too: https://github.com/flyskywhy/react-native-browser-polyfill

I'm really still favouring more capacitor though, to be honest : https://capacitorjs.com/blog/native-react-apps-without-react-native

FYI, this project uses React and other framework/components with melonJS: https://github.com/l3wi/gearbox-ninja point being that It does not seems like we need anything particular to be changed in melonJS, beside for...

wow interesting, so basically it's because we are doing this : https://github.com/melonjs/melonJS/blob/master/package.json#L102 I thought it was a neat, clean & simple way to generate the `d.ts` file, but maybe we...