JavaScript for WordPress Forums Gutenberg Development Build Process for Gutenberg Plugin Reply To: Build Process for Gutenberg Plugin

#115271
Zac Gordon
Keymaster

Hi! Sorry for the delay here, but the bundled JS does not include the components, those are loaded by WordPress itself. The build size shouldn’t change too much by adding more blocks.

What will be included are any packages you are loading that are not dev dependencies. You can also make sure that you are running npm run build instead of dev as it will optimize things a bit more.

Hope that helps!