Skip to content

Force-include core-js polyfills through babel config

Warren Gifford requested to merge url-polyfill-browser-ext into master

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.

Merge request reports

Loading