Skip to content

Commit

Permalink
Release 5.0.0-alpha2
Browse files Browse the repository at this point in the history
fix zip bundle
  • Loading branch information
mlwilkerson committed Aug 10, 2024
1 parent c9ae274 commit 37dd568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make-wp-dist-zip
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rcp($plugin_dir . '/includes', $dist_dir . '/includes');

$js_bundles = [
'admin' => ['build', 'views', 'index.php'],
'block-editor' => ['build', 'block_init.php'],
'block-editor' => ['build', 'font-awesome-icon-block-init.php'],
'classic-editor' => ['build'],
'icon-chooser' => ['build']
];
Expand Down

0 comments on commit 37dd568

Please sign in to comment.