Sibelius Seraphini

Results 442 comments of Sibelius Seraphini

not yet, I've tried to follow this repo https://github.com/jfmengels/lodash-codemods, but I had no success yet

btw, you can add yourself as an author as well

more sutff here https://gist.github.com/sibelius/53b3ea832d9b0d46b7b3903c6d842b85

try this `nohoist` on root package.json ```jsx "workspaces": { "packages": [ "packages/*" ], "nohoist": [ "**/react-native", "**/react-native-*", ] } ``` ```

https://github.com/sibelius/ast-i18n

- [ ] bundle node_modules

there are a lot of issues with babel config in monorepos, like this one https://github.com/babel/babel/issues/8945#issuecomment-438264514 it would be cool to have babel setup here with docker, so we can fix...

can we have another package with rnw and then we can compare with pure react approach

we are focusing more on web now