Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

minor: Include the `CustomEvent` polyfill in all demos

Compare
Choose a tag to compare
@origamiserviceuser origamiserviceuser released this 08 Sep 10:20
· 94 commits to master since this release
So demos with dev dependencies work in older browsers. This is because the
Origami Build Service includes `o-autoinit` which requires the `CustomElement`
polyfill.

This has come up because we stopped including the "default" set of polyfills
which included `CustomElement`.
https://github.com/Financial-Times/origami-build-tools/pull/623

We could solve this in a better way, issue here:
https://github.com/Financial-Times/origami-build-tools/issues/906