-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert #6952 and bump @wordpress/scripts
to 22.1.0
#6955
Revert #6952 and bump @wordpress/scripts
to 22.1.0
#6955
Conversation
This reverts commit 78e0341.
This will prevent copying PHP files from `src/` to `assets/` directory.
@@ -60,7 +60,7 @@ | |||
"@wordpress/hooks": "3.3.1", | |||
"@wordpress/jest-puppeteer-axe": "4.0.1", | |||
"@wordpress/plugins": "4.1.3", | |||
"@wordpress/scripts": "22.0.1", | |||
"@wordpress/scripts": "22.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this includes WordPress/gutenberg#39171 and since --webpack-copy-php
is not present the PHP files won't be copied.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's correct.
Plugin builds for 90902e7 are ready 🛎️!
|
I've just checked if the development build contains any PHP files in the |
Summary
Fixes #6952
Fixes #6947
Revert #6952 and bump
@wordpress/scripts
to 22.1.0. This will prevent copying PHP files fromsrc/
toassets/
directory.Checklist