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:
@@ -7,12 +7,12 @@
|
||||
<title>WakaTime</title>
|
||||
|
||||
<link href="public/css/app.css" rel="stylesheet">
|
||||
<script src="public/js/browser-polyfill.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="wakatime"></div>
|
||||
|
||||
<script src="public/js/browser-polyfill.min.js"></script>
|
||||
<script src="public/js/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user