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.
1 parent 89f0f54 commit abc5947Copy full SHA for abc5947
src/lib/setupTrackingContext.js
@@ -54,6 +54,9 @@ function getTailwindConfig(configOrPath) {
54
55
// It has changed (based on timestamps), or first run
56
for (let file of newDeps) {
57
+ if (!file || !require.cache || !require.cache[file]) {
58
+ continue
59
+ }
60
delete require.cache[file]
61
}
62
let newConfig = validateConfig(resolveConfig(loadConfig(userConfigPath)))
0 commit comments