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
webpack's errors for these kinds of issues suck pretty bad from a user perspective. Let's also try to head them off before they hit webpack and provide cleaner messages with more accurate "you should do this next" content.
Currently, When you run
leo develop
(oftennpm start
in the starters), you get an error if you haven't updated the schema for the first time.Option 1: Automatically run "update schema" every time, no matter what.
Option 2: Warn if there is no
schema.json
fileThe text was updated successfully, but these errors were encountered: