update `setupContext` arguments
parent
4d44ff9170
commit
5cf6cee308
|
@ -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()
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue