Skip to content

Commit

Permalink
Add a comment to explain why the polyfill service needs to not be min…
Browse files Browse the repository at this point in the history
…ified

ps. it only solved half the issue
  • Loading branch information
MartijnHols committed Oct 21, 2017
1 parent 4b78042 commit b494ac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
}
};
</script>
<!-- We NEED to use a non minified version of the polyfill service as the minified version causes an error in PhantomJS: "Attempting to configurable attribute of unconfigurable property." -->
<script src="https://ft-polyfill-service.herokuapp.com/v2/polyfill.js?features=es6&unknown=polyfill" crossorigin="anonymous"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/chartist.js/latest/chartist.min.css" />

Expand Down

0 comments on commit b494ac2

Please sign in to comment.