Skip to content

Commit

Permalink
Make h2 setup vite command stable (#1915)
Browse files Browse the repository at this point in the history
* Throw if project is already using Vite

* Remove css-bundle dependency

* Support vanilla-extract

* Support CSS modules

* Minor fixes

* Move remix.config properties to vite.config

* Notify about MDX support

* Cleanup

* Changesets

* Remove some promise nesting

* Improve support for Tailwind
  • Loading branch information
frandiox committed Apr 4, 2024
1 parent 479dbaa commit 99d72f7
Show file tree
Hide file tree
Showing 6 changed files with 347 additions and 167 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-moons-call.md
@@ -0,0 +1,5 @@
---
'@shopify/cli-hydrogen': patch
---

Improve `h2 setup vite` command to cover more migration steps (e.g. vanilla-extract, css-modules, etc.) and keep Remix future flags.

0 comments on commit 99d72f7

Please sign in to comment.