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.
Is there any way to work with WEBPACK inside theme-app-extension
this is my folder structure;
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.
Is there any way to work with WEBPACK inside theme-app-extension this is my folder structure;
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.