Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/big-zebras-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@shopify/cli-hydrogen": patch
---

Removing support for the legacy Remix Compiler. Please upgrade to Vite by running 'npx shopify hydrogen setup vite'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a major correct? It will be bundled inside the shopify cli, making them also ship a major.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yes. agreed!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

1 change: 0 additions & 1 deletion .github/workflows/deploy-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
matrix:
examples:
[
{name: 'classic-remix', token: '1000014892'},
{name: 'metaobjects', token: '1000014928'},
{name: 'third-party-queries-caching', token: '1000014929'},
{name: 'custom-cart-method', token: '1000014930'},
Expand Down
1 change: 0 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ These are some of the most commonly used Hydrogen examples. Browse the folders i
| ------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Analytics](/examples/analytics/) | End-to-end example of how to implement analytics for Hydrogen. |
| [B2B](/examples/b2b/) | Headless B2B store front |
| [Classic Remix](/examples/classic-remix/) | Using [Classic Remix Compiler](https://remix.run/docs/en/main/guides/vite#classic-remix-compiler-vs-remix-vite) rather than [Remix Vite](https://remix.run/docs/en/main/guides/vite). |
| [Custom Cart Method](/examples/custom-cart-method/) | How to implementation custom cart method by showing in-line product option edit in cart. |
| [Express](/examples/express/) | Using NodeJS [Express](https://expressjs.com/). |
| [Infinite Scroll](/examples/infinite-scroll/) | [Infinite scroll](https://shopify.dev/docs/custom-storefronts/hydrogen/data-fetching/pagination#automatically-load-pages-on-scroll) within a product collection page using the [Pagination component](https://shopify.dev/docs/api/hydrogen/2024-01/components/pagination). |
Expand Down
40 changes: 0 additions & 40 deletions examples/classic-remix/README.md

This file was deleted.

204 changes: 0 additions & 204 deletions examples/classic-remix/app/root.tsx

This file was deleted.

24 changes: 0 additions & 24 deletions examples/classic-remix/package.json

This file was deleted.

27 changes: 0 additions & 27 deletions examples/classic-remix/remix.config.js

This file was deleted.

39 changes: 0 additions & 39 deletions examples/classic-remix/remix.env.d.ts

This file was deleted.

Loading