Skip to content

Commit 721916a

Browse files
committed
Revert "Ensure Onboarding Wizard works on WordPress 4.9"
This reverts commit 3f3cb57.
1 parent c1e18f8 commit 721916a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

webpack.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ const onboardingWizard = {
251251
switch ( handle ) {
252252
case 'lodash':
253253
case '@wordpress/api-fetch':
254+
case '@wordpress/dom-ready':
255+
case '@wordpress/html-entities':
256+
case '@wordpress/url':
254257
case '@wordpress/i18n':
255258
return defaultRequestToHandle( handle );
256259

@@ -262,6 +265,9 @@ const onboardingWizard = {
262265
switch ( external ) {
263266
case 'lodash':
264267
case '@wordpress/api-fetch':
268+
case '@wordpress/dom-ready':
269+
case '@wordpress/html-entities':
270+
case '@wordpress/url':
265271
case '@wordpress/i18n':
266272
return defaultRequestToExternal( external );
267273

0 commit comments

Comments
 (0)