Skip to content

Organize our polyfills and standardize on core-js

Mike Greiling requested to merge use-corejs-polyfills into master

What does this MR do?

  • replaces all of our existing ES6 polyfills with their core-js implementations.
  • migrates all of our existing browser polyfills from extensions/foo.js to commons/polyfills/foo.js
  • moves jQuery extensions into commons/bootstrap.js

Are there points in the code the reviewer needs to double check?

all tests should pass

Why was this MR needed?

we didn't have one standard place to include and reference all of our ES6/Browser polyfills.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports