update `setupContext` arguments

master
Brad Cornes 2021-05-14 12:54:45 +01:00
parent 4d44ff9170
commit 5cf6cee308
1 changed files with 1 additions and 1 deletions

View File

@ -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()
)