WebDevStudios / wds-block-starter

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

Feature/wp scripts 12.1.1 #35

Closed michealengland closed 4 years ago

michealengland commented 4 years ago

WP Scripts Update

This update has some breaking changes that will change how we import and generate SCSS. Since WP Scripts now supports SCSS & PostCSS natively, we need to adjust the Webpack configuration and at import statements to the files as needed.

Description

Steps to verify the solution

  1. Checkout this branch locally and run npm install.
  2. Verify that your files build as expected.
  3. Check that the block runs without issues.

Details to the Wiki will need updated after this update is approved.