| @@ -72,8 +72,13 @@ | ||
| 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 | ), |
| @@ -122,8 +127,13 @@ | ||
| 122 | 127 | 'path' => 'route/index', |
| 123 | 128 | 'asset' => 'route/index.min.asset.php', |
| 124 | 129 | ), |
| 125 | 130 | array( |
| 131 | + 'id' => '@wordpress/route', | |
| 132 | + 'path' => 'route/index', | |
| 133 | + 'asset' => 'route/index.min.asset.php', | |
| 134 | + ), | |
| 135 | + array( | |
| 126 | 136 | 'id' => '@wordpress/vips/loader', |
| 127 | 137 | 'path' => 'vips/loader', |
| 128 | 138 | 'asset' => 'vips/loader.min.asset.php', |
| 129 | 139 | ), |
| @@ -130,9 +140,8 @@ | ||
| 130 | 140 | array( |
| 131 | 141 | 'id' => '@wordpress/vips/worker', |
| 132 | 142 | 'path' => 'vips/worker', |
| 133 | 143 | 'asset' => 'vips/worker.min.asset.php', |
| 134 | - 'min_only' => true, | |
| 135 | 144 | ), |
| 136 | 145 | array( |
| 137 | 146 | 'id' => '@wordpress/workflow', |
| 138 | 147 | 'path' => 'workflow/index', |