Hello,
As of today I am getting CORS errors related to missing package.json file. The file seems to be missing, unpkg.com display the following message: Web server is returning an unknown error.
My application uses : <script src="https://unpkg.com/[email protected]/dist/moralis.js"></script>
Access to XMLHttpRequest at 'https://www.unpkg.com/moralis-v1/package.json' from origin 'http://127.0.0.1:5173' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.```