elbywan/yett

Yett lib source map missing or inaccessible

Scure21 opened this issue · 2 comments

I added the script tag to my app and when I try to load it on the browser I get the following error:

Screen Shot 2019-11-08 at 11 25 35 AM

It prevents my app from loading completely.

Woops! nevermind I removed the https on the src prop of the script tag and it works. It's confusing on the documentation, in the section small example, the script has https but on the CDN example it doesn't.

Update: what was causing the issue was that I had an incorrect regex as part of the blacklisted items. It took a while to debug because no error is thrown on the console.