diff --git a/src/jit/lib/setupWatchingContext.js b/src/jit/lib/setupWatchingContext.js index 40014356bac3..edbf5fba5e6f 100644 --- a/src/jit/lib/setupWatchingContext.js +++ b/src/jit/lib/setupWatchingContext.js @@ -185,7 +185,7 @@ function getTailwindConfig(configOrPath) { configOrPath.config === undefined ? configOrPath : configOrPath.config ) - return [newConfig, null, hash(newConfig), [userConfigPath]] + return [newConfig, null, hash(newConfig), []] } function resolvedChangedContent(context, candidateFiles) {