Skip to content

Commit

Permalink
Framework: Pin fetch polyfill to 3.0 UMD distributable (#9795)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Sep 12, 2018
1 parent 4d8981c commit c408929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client-assets.php
Expand Up @@ -832,7 +832,7 @@ function gutenberg_register_vendor_scripts() {
wp_add_inline_script( 'lodash', 'window.lodash = _.noConflict();' );
gutenberg_register_vendor_script(
'wp-polyfill-fetch',
'https://unpkg.com/whatwg-fetch/fetch.js'
'https://unpkg.com/whatwg-fetch@3.0.0/dist/fetch.umd.js'
);
gutenberg_register_vendor_script(
'wp-polyfill-promise',
Expand Down

0 comments on commit c408929

Please sign in to comment.