Thanks for your reply, disabling is effective.
You are right, The screenshot is I created a Vite project and dragged the .js files to the Shopify extension/assets. Now I have integrated them into a single project.
Developers are exploring how to use React within Shopify theme app extensions, which traditionally rely on Liquid templates and vanilla JavaScript. The core challenge is that app blocks don’t natively support React frameworks.
Established Solution:
bundle.js) in the app-block’s Liquid schema under the javascript property/assets folderCommon Implementation Issues:
.liquid fileResources & Alternatives:
Status: The discussion remains open with ongoing questions about asset handling and build configuration. Multiple participants note that Shopify’s documentation lacks comprehensive guidance on React integration.
Thanks for your reply, disabling is effective.
You are right, The screenshot is I created a Vite project and dragged the .js files to the Shopify extension/assets. Now I have integrated them into a single project.