Skip to content

Commit

Permalink
force type=module for storybook js
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Feb 3, 2025
1 parent 145a4a8 commit b0a55f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/.storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- Load CSS/JS that Parcel has bundled. -->
<link href="%STORYBOOK_CSS_PATH%" rel="stylesheet" />
<script defer src="%STORYBOOK_JS_PATH%"></script>
<script defer type="module" src="%STORYBOOK_JS_PATH%"></script>

<!-- Enable custom properties JSON to be generated for ZeroHeight users. -->
<script>
Expand Down

0 comments on commit b0a55f0

Please sign in to comment.