Skip to content

Commit

Permalink
Revert "Ensure Onboarding Wizard works on WordPress 4.9"
Browse files Browse the repository at this point in the history
This reverts commit 3f3cb57.
  • Loading branch information
westonruter committed Dec 10, 2021
1 parent c1e18f8 commit 721916a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ const onboardingWizard = {
switch ( handle ) {
case 'lodash':
case '@wordpress/api-fetch':
case '@wordpress/dom-ready':
case '@wordpress/html-entities':
case '@wordpress/url':
case '@wordpress/i18n':
return defaultRequestToHandle( handle );

Expand All @@ -262,6 +265,9 @@ const onboardingWizard = {
switch ( external ) {
case 'lodash':
case '@wordpress/api-fetch':
case '@wordpress/dom-ready':
case '@wordpress/html-entities':
case '@wordpress/url':
case '@wordpress/i18n':
return defaultRequestToExternal( external );

Expand Down

0 comments on commit 721916a

Please sign in to comment.