SSK-401 - Bundle script not included
Section titled “SSK-401 - Bundle script not included”- Severity: Warning
- Applies to: full HTML documents only.
- Detect: storesynk tags are used but there is no
<script type="module" src="…storesynk.js">(or a dev import of the elements entry). - Why it breaks: without the bundle the custom elements are never defined, so every storesynk tag is inert and renders nothing.
- Known symptoms: the entire storefront stays as raw, unstyled, empty tags.
- Fix: add the bundle script -
<script type="module" src="/storesynk.js"></script>(self-hosted: the@storesynk/elementspackage’sdist/contents copied into the site, kept together).
Imported from the Storesynk skill v0.1.0 (references/structure-rules.md). To change this page, change it there.