Gutenberg Blocks
We have another webpack configuration for building Gutenberg blocks, which is located in webpack.blocks.config.js. if you want to start developing or building blocks you can use the following commands.
Usage
Developing Blocks
To start the development server for Gutenberg blocks:
npm run start:blocks
Building Blocks
To build the Gutenberg blocks for production:
npm run build:blocks