As @wordpress/scripts progresses it introduces key features for WordPress and Gutenberg development that increase complexity and higher maintenance points for Build Tools. With this, the build tools package is to pivot towards implementing @wordpress/scripts and become a wrapper for that tooling set to allow for ease of usage and setup across multiple projects.
This PR introduces the first set of changes at alpha. Any changes within this are experimental and should not be used in production environments.
Change Log
Add a non-build-tools test to check against non-compatible builds.
Add @wordpress/scripts as webpack config and dependency.
Description
As
@wordpress/scripts
progresses it introduces key features for WordPress and Gutenberg development that increase complexity and higher maintenance points for Build Tools. With this, the build tools package is to pivot towards implementing@wordpress/scripts
and become a wrapper for that tooling set to allow for ease of usage and setup across multiple projects.This PR introduces the first set of changes at
alpha
. Any changes within this are experimental and should not be used in production environments.Change Log
non-build-tools
test to check against non-compatible builds.@wordpress/scripts
as webpack config and dependency.