Remove obsolete temporary View Transitions code from webpack config#2331
Remove obsolete temporary View Transitions code from webpack config#2331westonruter merged 1 commit intotrunkfrom
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. |
There was a problem hiding this comment.
Pull request overview
This PR removes obsolete temporary workaround code from the webpack configuration that was manually adding 'view-transitions' to the standalone plugins array. Since 'view-transitions' has now been properly added to plugins.json (as part of PR #2027), the temporary workaround is no longer needed and is correctly being removed.
Key Changes:
- Removed the temporary workaround that manually pushed 'view-transitions' to the
standalonePluginsarray - Removed the associated TODO comment explaining the workaround
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Something that was missed as part of #2027
Props to Gemini for pointing this out.