wondercraft-co / wonderplate-shopify-cli

0 stars 0 forks source link

How do you handle external packages like jquery or a slider? #4

Closed juanpasolano closed 7 months ago

juanpasolano commented 7 months ago

resolved by #13

We did not need to do anything here. We live in a great time for web dev where browsers now support js modules imports, which means doing import x from './x will try to resolve to its own base path, which in the case of Shopify will always be the assets CDN folder url.