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
babel-plugin-macros version: whatever react-scripts@beta is using
node version: v8.11.3
npm (or yarn) version: 6.2.0
Relevant code or config
when using a macro that loads files from the file system, such as graphql.macro it'll just give an error saying Failed to compile which is pretty cryptic.
What you did:
Load a file at an invalid path
What happened:
Failed to compile
./src/screens/Todos/List.js
Reproduction repository:
Problem description: cryptic error messages
Suggested solution: if its possible, make errors a bit more helpful.