You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off thank you, I have been working in Gutenberg building a custom theme and blocks for the first time and my biggest grievance was not having an easy way to have multiple blocks without having multiple "npm start:BLOCK_NAME": "wp-scripts start LONG_PATH" --output LONG_PATH. So your repo was a god send for me! Small enhancement I found useful so I only had to add to the array in PHP and re run npm start was to change the entries in webpack config. I believe WP scripts already comes with glob.
First off thank you, I have been working in Gutenberg building a custom theme and blocks for the first time and my biggest grievance was not having an easy way to have multiple blocks without having multiple
"npm start:BLOCK_NAME": "wp-scripts start LONG_PATH" --output LONG_PATH
. So your repo was a god send for me! Small enhancement I found useful so I only had to add to the array in PHP and re run npm start was to change the entries in webpack config. I believe WP scripts already comes with glob.Thanks again for the help!
The text was updated successfully, but these errors were encountered: