DynamoMTL / shopify-pipeline

Shopify Pipeline - A modern pipeline for Shopify theme development
MIT License
86 stars 16 forks source link

Pass theme.liquid through the raw loader so it works with HTML webpack plugin #80

Closed nddery closed 7 years ago

nddery commented 7 years ago

Pass all liquid files to the liquid-loader, and then pass theme.liquid through the raw-loader so that HTMLWebpackPlugin can handle it.

Closes #76