sitecrafting / groot

:seedling: The official SiteCrafting WordPress starter theme, built on Timber and Conifer
MIT License
3 stars 1 forks source link

Webpack updates, part 1 #94

Closed sdunham closed 10 months ago

sdunham commented 1 year ago

As part of an internal workshop, the FE team made a handful of updates to how Groot's webpack build process works. This PR contains a couple of the smaller changes we made, which likely won't require much review/discussion. These are:

  1. Removing jQuery from our dependency list and bundles, since WP already includes it globally. This results in smaller bundle sizes.
  2. Adding a handful of build scripts to make producing dev/prod builds easier.