hayes0724 / shopify-packer

Modern development tool for Shopify using Webpack 5. Easy to extend and customize, zero build config, compatible with Slate and existing websites.
https://hayes0724.github.io/shopify-packer/
MIT License
181 stars 37 forks source link

Should this be used in place of hayes0724 / shopify-webpack-themekit? #44

Closed adrianocr closed 3 years ago

adrianocr commented 3 years ago

There seems to be a lot of overlap between the two and I'm not fully understanding where one should take the place of the other?

adrianocr commented 3 years ago

Seems like hayes0724/shopify-webpack-themekit is more or less just a pre-defined theme type of setup whereas hayes0724/shopify-packer is trying to be a Slate replacement.

hayes0724 commented 3 years ago

shopify-webpack-themekit is a webpack setup I used for many years (pre Slate) where everything (build tools, theme, etc) are all in one repo. When Slate was released there were several features I liked and wanted to add to shopify-webpack-themekit. Installing as a global node module that can be configured in a separate repo was a key feature that required a complete rebuild of the project. I created shopify-packer for this purpose and maintain both. shopify-webpack-themekit receives backports from hayes0724/shopify-packer since they are mostly compatible.

hayes0724/shopify-packer

hayes0724/shopify-webpack-themekit