Skip to content

Commit

Permalink
bumped vite version to v5 and vite plugins to vite 5 compatible. chan…
Browse files Browse the repository at this point in the history
…ged shopify vite to render vite snippet as vite-tag (default) to avoid possible bug there.
  • Loading branch information
james0r committed Feb 17, 2024
1 parent 29aaa31 commit d093e21
Show file tree
Hide file tree
Showing 5 changed files with 1,178 additions and 642 deletions.
4 changes: 2 additions & 2 deletions layout/theme.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
{% render 'head-scripts' %}

{% liquid
render 'vite' with 'theme.css'
render 'vite' with 'theme.js'
render 'vite-tag' with 'theme.css'
render 'vite-tag' with 'theme.js'
%}
</head>

Expand Down
Loading

0 comments on commit d093e21

Please sign in to comment.