Force-include core-js polyfills through babel config
Created by: felixfbecker
Babel removed the imports in the browser extension because we have a stricter browserslist there. Using include in Babel config makes sure it's always included in the expanded import. Fixes the browser extension e2e tests which luckily caught this.