This repository was archived by the owner on Oct 15, 2021. It is now read-only.
Release 1.1.0
Bug Fixes
- release: Bump version number in package-lock.json as well (78ab99a)
Features
- Set polyfills via core-js (#194) (05a8f90)
-
Just import the ones you need for the browsers you are targeting in
src/app/polyfills.js.Doing like this will pollute the global scope but is future friendly.
Per default only promises are polyfilled. But we prepared other imports as well and documented how to import additional polyfills within
polyfill.js.
-
See all changes since the last release.