Hi @releod - thank you for the feedback. We’ll look into creating a more robust migration guide.
What kind of app are you migrating? Is it a remix app or an extension-only app? If it’s remix, you may need to follow this guide to upgrade to react-router.
For now, can you create a new app using the latest CLI version (at least v.3.85.3) and validate that the markup you’ve posted works for you?
The extensions directories have seen several version and tech shifts. It was originally started as vanilla js, so there were no ts files or extension specific package.json, once those were added (copied from running shopify app extension generate → checkout-ui ) the builds started passing and working.
I experienced the same issue with 64 kb limit. Honestly I didn’t know it was in place before. However after removing all imports from the @shopify/ui-extensions-react/checkout package the size went down below the limit. Not the greatest experience though, agreed.
@Jun-Shopify was this 64 kb limit always in place or is it new?