diff options
author | Christopher Knox <chris.knox@nzherald.co.nz> | 2019-05-14 22:59:22 +1200 |
---|---|---|
committer | Jakub Hampl <kopomir@gmail.com> | 2019-05-14 11:59:22 +0100 |
commit | 39253c5ecf311764e32e75988a2c10fe78580ccf (patch) | |
tree | 67b857cf06a079ef05c8005869b961618bc53927 | |
parent | 6cbd94a6e99b6669fb090dfd913742e8a01c8a7a (diff) |
Adds a note about custom elements polyfill (#31)
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ install the accompanying npm library: npm install --save elm-mapbox +Microsoft Edge you will needs a polyfill to use custom elements. The polyfill provides by +webcomponents.org is known to work https://github.com/webcomponents/custom-elements + Then include the library into your page. If you don't have any JS build system setup, probably the easiest is to add: |