@block-developer-cookbook/customize-build-process
v2.0.0
Published
A template to demonstrate customizing build process in a WordPress plugin.
Downloads
89
Maintainers
Readme
This template provides a tutorial on who to custom the build process provided by @wordpress/scripts to be able to compile both blocks and non-block items at the same time some different locations in the source code.
Usage
npx @wordpress/create-block example-plugin --template @block-developer-cookbook/customize-build-process
Variants
start
- scaffolds starting files for the tutorialcompleted
- scaffolds the completed files for the tutorial
Tutorial
The tutorial can be found in the main README.md file of the generated plugin or at https://blockdevelopercookbook.com/recipes/customize-the-build-process/