We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e18f8 commit 721916aCopy full SHA for 721916a
webpack.config.js
@@ -251,6 +251,9 @@ const onboardingWizard = {
251
switch ( handle ) {
252
case 'lodash':
253
case '@wordpress/api-fetch':
254
+ case '@wordpress/dom-ready':
255
+ case '@wordpress/html-entities':
256
+ case '@wordpress/url':
257
case '@wordpress/i18n':
258
return defaultRequestToHandle( handle );
259
@@ -262,6 +265,9 @@ const onboardingWizard = {
262
265
switch ( external ) {
263
266
264
267
268
269
270
271
272
return defaultRequestToExternal( external );
273
0 commit comments