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

v8.2.11: Only include explicitly required polyfills in demos. (#623)

Compare
Choose a tag to compare
@notlee notlee released this 31 Jan 17:46
· 528 commits to master since this release
efb5ca2
Otherwise this can give the false impression a component works
in a browser without polyfills. Only polyfills requested in
`origami.json` (`browserFeatures.required`) should be included.

https://github.com/Financial-Times/origami-build-tools/issues/622