You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(node:10835) TypeError: Cannot read property 'push' of undefined
at Compiler.<anonymous> (/Users/elad/dev/isplayin/core/node_modules/relay-compiler-webpack-plugin/dist/index.js:86:29)
at Generator.throw (<anonymous>)
at step (/Users/elad/dev/isplayin/core/node_modules/relay-compiler-webpack-plugin/dist/index.js:23:191)
at /Users/elad/dev/isplayin/core/node_modules/relay-compiler-webpack-plugin/dist/index.js:23:402
at process._tickCallback (internal/process/next_tick.js:109:7)
(node:10835) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
at emitWarning (internal/process/promises.js:69:15)
at emitPendingUnhandledRejections (internal/process/promises.js:86:11)
at process._tickCallback (internal/process/next_tick.js:110:7)
The text was updated successfully, but these errors were encountered:
Some extra info on this. In compilation.errors errors is undefined. I've tried this for webpack 2.6.1 and 3.0.0. I tried passing the error to the callback instead but that leaves the compilation hanging after displaying the error, so a better result but not perfect:
I'm getting the same error but I don't think it is successfully compiling. I have to run my relay compiler script manually before running the app or it doesn't find the expected __generated__ files.
The text was updated successfully, but these errors were encountered: