Skip to content

Commit 5cf6cee

Browse files
committed
update setupContext arguments
1 parent 4d44ff9 commit 5cf6cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ async function createProjectService(
644644
}
645645

646646
if (state.jit) {
647-
state.jitContext = state.modules.jit.setupContext.module(state.configPath)(
647+
state.jitContext = state.modules.jit.setupContext.module(state.configPath, new Set())(
648648
{ opts: {}, messages: [] },
649649
state.modules.postcss.module.root()
650650
)

0 commit comments

Comments
 (0)