Shopify / theme-extension-getting-started

A theme app extension boilerplate that highlights the basic structure and features that are available to developers who want to integrate their apps with Shopify Online Stores.
https://shopify.dev/apps/online-store/theme-app-extensions/getting-started
MIT License
108 stars 45 forks source link

way to work with webpack with shopify theme app extension #13

Closed theabhayprajapati closed 2 years ago

theabhayprajapati commented 2 years ago

Is there any way to work with WEBPACK inside theme-app-extension this is my folder structure;

image

Assets Folder contains all the images, javascript for the app extension and CSS, Blocks folders contain the configuration for the snippets; Snippets folder is the liquid(file) template for the extension. I wanted to use external packages inside the theme app extension; so I wanted to know how can I use module bundlers inside this.