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 1768f96 commit 387419dCopy full SHA for 387419d
packages/tailwindcss-class-names/src/index.js
@@ -113,7 +113,7 @@ export default async function getClassNames(
113
function watch(files = []) {
114
if (watcher) watcher.close()
115
watcher = chokidar
116
- .watch([CONFIG_GLOB, ...files])
+ .watch([CONFIG_GLOB, ...files], { cwd })
117
.on('change', handleChange)
118
.on('unlink', handleChange)
119
}
0 commit comments