create-guten-block icon indicating copy to clipboard operation
create-guten-block copied to clipboard

📦 A zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins.

Results 106 create-guten-block issues
Sort by recently updated
recently updated
newest added

There's a comma after "null" on line 36 (37 in my plugin file) of packages/cgb-scripts/template/src/init.php. I was not able to install the plugin successfully until I removed it. ![Screen Shot...

Hi! I've tried to eject CGB because I need to change webpack configuration (to watch another JS file) But just after ejecting, and launching compilation, it seems like the compiler...

## Feature Request **Is your feature request related to a problem? Please describe.** Example / code for adding a format using the generated plugin. **Describe the solution you'd like** Example...

HI . I am trying to install this package using this command `npx create-guten-block my-block` as stated in documentation. But i get error when i type this command on windows...

It would be great to import components from WordPress with @wp alias, like @youknowriad does here: https://github.com/youknowriad/gcf/blob/master/scripts/blocks/components/field/index.js#L2 Relevant lines in his webpack: https://github.com/youknowriad/gcf/blob/master/webpack.config.js#L41-L46

🔥 DECISION PENDING
HACKTOBERFEST

I am writing a block that utilizes an external javascript library - progressbar.js For this, I will need a script that I can load on the frontend that will execute...

## Feature Request Per our discussion #104 let's take one step at a time. So here are the things we would need to implement HMR. ### Development Server We have...

📦 NEW
⚡️ IN PROGRESS

Before ejecting, the build scripts run successfully. After ejecting, any custom block which imports from outside the cgb directory breaks the build with the following error. `Module build failed: Error:...

I have been observing an issue with the system enqueing css in the wrong order. With Wordpress 5.0, it seems that the block.style.build.css will take priority during editing. I didn't...

CGB should use mini css extract plugin instead of extract... since extract... is deprecated. That's it, that's all folks! Thanks for an awesome project :) ...Should also use webpack 4...