Replies: 2 comments 11 replies
-
Hi @slavamak (: If we enable the version parameter. How would ES modules be imported at their latest version from generated chunks? They don't know the version parameter generated via |
Beta Was this translation helpful? Give feedback.
9 replies
-
I would love to see @slavamak's idea expanded and an option we could use. From a premium theme's perspective I would be 99% certain Shopify's review process would flag and decline any theme submission that breaks the native asset_url filter and Shopify's use of cache variables. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'm developing a solution to help reuse javascript modules in shopify theme more easily with import-maps. For example:
instead of
So is there any chance that we can add an option to enable/disable this feature? This can be enabled by default, but it would be cool to be able to disable it. Because hashes are difficult to work with if we don't use the build process. For example, a developer who works with a theme directly from the store admin.
Beta Was this translation helpful? Give feedback.
All reactions