| @@ -72,18 +72,18 @@ | ||
| 72 | 72 | 'path' => 'boot/index', |
| 73 | 73 | 'asset' => 'boot/index.min.asset.php', |
| 74 | 74 | ), |
| 75 | 75 | array( |
| 76 | + 'id' => '@wordpress/boot', | |
| 77 | + 'path' => 'boot/index', | |
| 78 | + 'asset' => 'boot/index.min.asset.php', | |
| 79 | + ), | |
| 80 | + array( | |
| 76 | 81 | 'id' => '@wordpress/connectors', |
| 77 | 82 | 'path' => 'connectors/index', |
| 78 | 83 | 'asset' => 'connectors/index.min.asset.php', |
| 79 | 84 | ), |
| 80 | 85 | array( |
| 81 | - 'id' => '@wordpress/content-types', | |
| 82 | - 'path' => 'content-types/index', | |
| 83 | - 'asset' => 'content-types/index.min.asset.php', | |
| 84 | - ), | |
| 85 | - array( | |
| 86 | 86 | 'id' => '@wordpress/core-abilities', |
| 87 | 87 | 'path' => 'core-abilities/index', |
| 88 | 88 | 'asset' => 'core-abilities/index.min.asset.php', |
| 89 | 89 | ), |
| @@ -127,8 +127,13 @@ | ||
| 127 | 127 | 'path' => 'route/index', |
| 128 | 128 | 'asset' => 'route/index.min.asset.php', |
| 129 | 129 | ), |
| 130 | 130 | array( |
| 131 | + 'id' => '@wordpress/route', | |
| 132 | + 'path' => 'route/index', | |
| 133 | + 'asset' => 'route/index.min.asset.php', | |
| 134 | + ), | |
| 135 | + array( | |
| 131 | 136 | 'id' => '@wordpress/vips/loader', |
| 132 | 137 | 'path' => 'vips/loader', |
| 133 | 138 | 'asset' => 'vips/loader.min.asset.php', |
| 134 | 139 | ), |
| @@ -135,9 +140,8 @@ | ||
| 135 | 140 | array( |
| 136 | 141 | 'id' => '@wordpress/vips/worker', |
| 137 | 142 | 'path' => 'vips/worker', |
| 138 | 143 | 'asset' => 'vips/worker.min.asset.php', |
| 139 | - 'min_only' => true, | |
| 140 | 144 | ), |
| 141 | 145 | array( |
| 142 | 146 | 'id' => '@wordpress/workflow', |
| 143 | 147 | 'path' => 'workflow/index', |