WebDevStudios / wds-block-starter

A block starter for projects.
15 stars 3 forks source link

Feature/40 wp scripts 14 1 0 #41

Open michealengland opened 3 years ago

michealengland commented 3 years ago

Closes https://github.com/WebDevStudios/wds-block-starter/issues/40

Large bump from WP Scripts 12.1.1 to 14.1.0.

Note: I added details to the README changelog, and recommend that this be considered a minor change.

Screenshot

Editor view displaying block in editor

Screen Shot 2021-04-07 at 2 06 34 PM

Frontend view displaying block on the frontend

Screen Shot 2021-04-07 at 2 06 23 PM

Steps to verify the solution

  1. Run npm install
  2. Verify @wordpress/scripts is visible in the package-lock.json
  3. Run npm run build and verify the plugin built correctly by inserting the demo block

Other