You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Running yarn deploy/yarn zip is no longer working for our site, all builds are failing, can't build the theme for deployment now. Getting the message "Cannot read property 'pop' of undefined". Changing a single line our the existing JS file gives the error. Meaning we cannot write any JS for this site without something breaking.
Yesterday it was building fine, today, it's breaking every build.
I have done a yarn upgrade and reinstalled all packages, with no help.
I was able to bypass this for now, by just not using the webpack/slate chunking. At this point, i really need to find a way to remove slate altogether.
Be nice if Shopify changed "Slate on Low Maintenance" to "Slate on No Maintenance", cause it is.
I think this comes from having too many scripts/{layouts,sections,templates}.js. I remember having this before and it was something to do with a combined chunk name being too big.
Script size and amount of scripts didn't change. So not sure that's it, something to do with webpack which is heavily used in Slate, but never maintained, so it's more that.
Running yarn deploy/yarn zip is no longer working for our site, all builds are failing, can't build the theme for deployment now. Getting the message "Cannot read property 'pop' of undefined". Changing a single line our the existing JS file gives the error. Meaning we cannot write any JS for this site without something breaking.
Yesterday it was building fine, today, it's breaking every build.
I have done a yarn upgrade and reinstalled all packages, with no help.
The day has finally come where i fear slate and it's wrath.
The text was updated successfully, but these errors were encountered: