My popup index.html looks like this:
<!DOCTYPE html>
<html
<body>
<div id="app"></div>
<script src="https://www.sesamecall.com/build/app218.js"></script>
</body>
</html>
When people open the popup, they have to wait 2-5 seconds for the script to load. (My app.js is fat)
Is there any way we can cache it so the app loads instantly?
Is that even possible?