eddev 0.1.46-b2 → 0.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -325,7 +325,7 @@ function getWebpackConfig(opts) {
|
|
|
325
325
|
return [3 /*break*/, 10];
|
|
326
326
|
case 8:
|
|
327
327
|
_b = updateFieldManifest;
|
|
328
|
-
return [4 /*yield*/, (0, file_tree_1.getFileTree)(
|
|
328
|
+
return [4 /*yield*/, (0, file_tree_1.getFileTree)(fieldTypeLookupPattern)];
|
|
329
329
|
case 9:
|
|
330
330
|
_b.apply(void 0, [_d.sent()]);
|
|
331
331
|
_d.label = 10;
|
|
@@ -384,13 +384,13 @@ function getWebpackConfig(opts) {
|
|
|
384
384
|
_d.label = 14;
|
|
385
385
|
case 14:
|
|
386
386
|
// External Gutenberg
|
|
387
|
-
EXTERNALS["@wordpress/components"] = ["wp"];
|
|
388
|
-
EXTERNALS["@wordpress/element"] = ["wp"];
|
|
389
|
-
EXTERNALS["@wordpress/blocks"] = ["wp"];
|
|
390
|
-
EXTERNALS["@wordpress/utils"] = ["wp"];
|
|
391
|
-
EXTERNALS["@wordpress/data"] = ["wp"];
|
|
392
|
-
EXTERNALS["@wordpress/hooks"] = ["wp"];
|
|
393
|
-
EXTERNALS["@wordpress/block-editor"] = ["wp"];
|
|
387
|
+
EXTERNALS["@wordpress/components"] = ["window", "wp"];
|
|
388
|
+
EXTERNALS["@wordpress/element"] = ["window", "wp"];
|
|
389
|
+
EXTERNALS["@wordpress/blocks"] = ["window", "wp"];
|
|
390
|
+
EXTERNALS["@wordpress/utils"] = ["window", "wp"];
|
|
391
|
+
EXTERNALS["@wordpress/data"] = ["window", "wp"];
|
|
392
|
+
EXTERNALS["@wordpress/hooks"] = ["window", "wp"];
|
|
393
|
+
EXTERNALS["@wordpress/block-editor"] = ["window", "wp"];
|
|
394
394
|
if (opts.isAdmin) {
|
|
395
395
|
EXTERNALS["@wordpress/components"] = ["wp", "components"];
|
|
396
396
|
EXTERNALS["@wordpress/element"] = ["wp", "element"];
|