vitexikora
vitexikora
Are there any plans to make this work?
We just ran into this and simply cannot believe it has been like this for so long! We really need the errorPolicy 'all' and of course we need to have...
Change your line endings to LF or fix `\n` -> `[\r\n]` inside `.atom\packages\graphql-autocomplete\lib\graphql\getQueriesInFile.js`
Possible duplicate to https://github.com/react-native-webview/react-native-webview/issues/3251
Managed to fix it. Needed to replace your bundled RawSource with `compiler.webpack.sources.RawSource`. If you can release it, so it does not have to patched, that would be nice :)
I now need to have these two patches in place ```patch - compilation.chunks.add(this.chunk); + // fix rspack compatibility + // compilation.chunks.add(this.chunk); + compilation.chunks[this.options.name] = this.chunk; ``` ```patch - addFile(cssFile, new...
Same issue, resolved using multiple instances of copy, each with one glob pattern in from.
Yes, it should. What is the status of this @acao please? Currently I get logged this: ``` there was an error loading the project config for this file xTt: File...
Crazy.. **The patch worked**, I have successfully built the app WITHOUT Jetifier. No issue on app start. - React Native 0.81.0 - NewArch disabled (for now at least; another lib...
Oh no! Seems like our huge codebase is now stuck at Apollo v3 :( The static hook generation is a massively integral part of our app. We have also developed...