Yoast / yoast-components

Accessible React components by Yoast
GNU General Public License v3.0
21 stars 6 forks source link

Babelify YoastSEO.js in the standalone #820

Closed igorschoester closed 5 years ago

igorschoester commented 5 years ago

IE11 does not support destructuring of assignments (or any destructuring https://kangax.github.io/compat-table/es6/#ie11). Use Babel to transpile this to IE11 understandable code.

Summary

This PR can be summarized in the following changelog entry:

Relevant technical choices:

Test instructions

This PR can be tested by following these steps:

Ensure you no longer get the following:

UI changes

Fixes https://github.com/Yoast/YoastSEO.js/issues/2086

manuelaugustin commented 5 years ago

CR & acceptance done 👍