WP Scripts

This is a reference to WP Scripts, an npm package of pre-made configurations for webpack meant to help simplify the front end development workflow. This package is included in the underscores ( _s) starter theme.

The package includes configurations for CSS and JS linters, unit and end to end testing, Sass compilation, and code splitting. All this is aimed at easing WordPress front end development tasks.

This might become my new quick and dirty way to bootstrap a WordPress development project; however I still treasure the simplicity of my earlier approach which employed the Parcel bundler.

Scroll to Top