Build: Auto register styles from packages#72699
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
35501e8 to
41fcd34
Compare
41fcd34 to
ebd5b18
Compare
|
Flaky tests detected in 3463767. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/18867656511
|
Related #72032
What
This continues the work on the build tool. This PR auto-registers styles (like we did scripts and modules before) based on the packages built in the current plugin.
Why?
How?
build/styles/index.php- module registry data arraybuild/styles- registration logic with hooksTesting Instructions
E2E tests should pass (scripts are used everywhere)