WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.

Home Page:https://wordpress.org/gutenberg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow devDependencies to be defined for a template

ryanwelcher opened this issue · comments

What problem does this address?

Currently, the template system for @wordpress/create-block package allows the definition of dependencies but not devDependencies. There are many times that a block may need devDependencies defined.

What is your proposed solution?

Add a npmDevDependencies variable to the template to align with the existing npmDependencies