Skip to content

Commit

Permalink
Default emitCssInSsr if Remix plugin is present (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish authored Nov 20, 2023
1 parent 5c9216c commit 1791df2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-months-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vanilla-extract/vite-plugin': patch
---

Default `emitCssInSsr` to `true` when Remix Vite plugin is present
1 change: 1 addition & 0 deletions packages/vite-plugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export function vanillaExtractPlugin({
config.plugins.some((plugin) =>
[
'astro:build',
'remix',
'solid-start-server',
'vite-plugin-qwik',
'vite-plugin-svelte',
Expand Down

0 comments on commit 1791df2

Please sign in to comment.