Closed amnevins closed 6 years ago
was looking into a polyfill, but didn't have any luck getting it to work
Oh really? Where were you looking.
So there's this: https://github.com/webcomponents/html-imports
Either we need to figure out how to get this to work, or re-think how we're doing our imports. (e.g. Maybe we should have a build step concatenate all the HTML files and only load one?)
here's the one I was checking out: https://github.com/webcomponents/webcomponentsjs
We're no longer using html imports so this shouldn't be an issue anymore.
Will have to do some concatenating of html webpack magic to put all templates in index.html. They are doc frags so should not hold up loading of DOM. This will make us work on Safari.