Update polyfill and load in all locations

Also simplify copying of polyfill, this change though requires node 8 or newer but this should be fine as node is only necessary to build the extension
This commit is contained in:
Daniel Tschinder
2019-04-23 14:18:35 -07:00
parent e4a8307106
commit c59857570c
6 changed files with 2558 additions and 7202 deletions

View File

@@ -12,6 +12,7 @@
<div id="wakatime-options"></div>
<script src="public/js/browser-polyfill.min.js"></script>
<script src="public/js/options.js"></script>
</body>
</html>