Skip to content

Commit

Permalink
Disable config file resolution in experimental vite-node compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Nov 19, 2023
1 parent 5c9216c commit a1302f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-ligers-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vanilla-extract/integration': patch
---

Disable config file resolution in experimental `vite-node` compiler
1 change: 1 addition & 0 deletions packages/integration/src/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const createViteServer = async ({
normalizeModuleId = vite.normalizePath;

const server = await vite.createServer({
configFile: false,
root,
server: {
hmr: false,
Expand Down

0 comments on commit a1302f5

Please sign in to comment.