diff --git a/src/server.ts b/src/server.ts index 6f6e317..2c9caac 100644 --- a/src/server.ts +++ b/src/server.ts @@ -644,7 +644,7 @@ async function createProjectService( } if (state.jit) { - state.jitContext = state.modules.jit.setupContext.module(state.configPath)( + state.jitContext = state.modules.jit.setupContext.module(state.configPath, new Set())( { opts: {}, messages: [] }, state.modules.postcss.module.root() )