Use correct babel-polyfill based on Gutenberg's presence#10969
Use correct babel-polyfill based on Gutenberg's presence#10969IreneStr merged 13 commits intorelease/8.3from
Conversation
|
CR 👍 |
|
Seems the wp-polyfill thing has some upstream issues to start with, reported here: WordPress/gutenberg#9794 (comment) Regardless, in IE11 I see the error about the double babel polyfill is gone. There are other errors though, and the analysys metabox is completely blank. |
|
Ok so seems the upstream issue has been solved in a separate PR and merged on master. Master wasn't merged in the polyfill PR though. See WordPress/gutenberg#9794 (comment) |
|
After the upstream issue has been solved and after yarn-upgrading yoastseo, most of the errors I was seeing in IE11 are gone. But... when activating the Classic Editor plugin, there are a few errors, starting from the the error points to so apparently when Gutenberg is disabled, Also, there are a few errors in the edit post screen: screenshot of the last part: seems they're all related to |
|
P.S. the |
|
P.S. 2 also the |
|
Acceptance by @dariaknl done 👍 |



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:
Gutenberg 3.8
composer install,yarn installenyarn start.wp-config.phpand usegrunt:buildinstead ofyarn start)Gutenberg pull 9794
composer install,npm installennpm run build.composer install,yarn installenyarn start.wp-config.phpand usegrunt:build)Quality assurance
Fixes #10953