We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setupContext
1 parent 4d44ff9 commit 5cf6ceeCopy full SHA for 5cf6cee
src/server.ts
@@ -644,7 +644,7 @@ async function createProjectService(
644
}
645
646
if (state.jit) {
647
- state.jitContext = state.modules.jit.setupContext.module(state.configPath)(
+ state.jitContext = state.modules.jit.setupContext.module(state.configPath, new Set())(
648
{ opts: {}, messages: [] },
649
state.modules.postcss.module.root()
650
)
0 commit comments