Recently, when running shopify theme dev --theme-editor-sync
, if I save changes in the theme editor, I get a minified .json
file from Shopify.
This is not great because this means that any changes I make will always conflict later on when I try to merge my development branch into the default branch later for deployment.
At the moment I’m just trying to work out if this is expected behaviour with a recent update to either Shopify, or shopify-cli, or if it is something on my end that is causing this.
Is anyone else experiencing this?
Example of the issue