Shopify / themekit

Shopify theme development command line tool.
https://shopify.dev/tools/theme-kit
MIT License
1.2k stars 375 forks source link

Every file is processed when using with Webpack compiler. #918

Open sebszocinski opened 3 years ago

sebszocinski commented 3 years ago

Describe the bug When using Webpack as a compiler, every file is "updated" on compile i.e. when running watch but this causes Theme Kit to try and process and upload every file back to the theme.

Is there a way to check locally what files have actually changed in size and only upload those?