Closed felix-d closed 7 years ago
oddly enough, it worked when I moved the folder out of node modules and imported the lib from there 🤔
Really very strange.
I'm using react-relay-network-layer
v2.0.1 and my file gqErrors.js
ends with 77 line. So line 80 does not exist.
It seems that problem in your bundler Brunch
. I'm using Webpack and it makes vendor
bundle for me without compile errors.
I'm close this issue for now cause I don't know what to do. If you'll find the root of problem please drop a line with a solution for further googlers.
Thanks.
Thanks @nodkz, this is what I suspect as well, opened an issue in the brunch repo 👍
I'm using Brunch and this function makes compilation fail
I don't know why... it seems super odd to me, this string seems legit and it was added 1 year ago. When copy pasting this function in the console, everything works fine
When I replace the string by an empty string my app compiles without any problem.
wtf? thanks! 😄