toastdotdev / toast

The best place to stack your JAM. Toast is a Jamstack framework
153 stars 13 forks source link

"no user pagewrapper supplied" looks like an error #12

Closed ChristopherBiscardi closed 3 years ago

ChristopherBiscardi commented 3 years ago

When the error for importing page-wrapper.js is "Module not found", this is an expected and valid thing that should not scare the user. Right now we're dumping the error to console. We should swallow this error specifically, leaving other potential errors free to log out.

pantharshit00 commented 3 years ago

PR: https://github.com/toastdotdev/toast/pull/26