Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--watch mode does not working #465

Closed
qianphong opened this issue Nov 24, 2021 · 1 comment
Closed

--watch mode does not working #465

qianphong opened this issue Nov 24, 2021 · 1 comment

Comments

@qianphong
Copy link
Contributor

Hi @egoist ,look here

file is not normalize.

20211124171202

tsup/src/index.ts

Lines 244 to 249 in f6826b2

watcher.on('all', async (type, file) => {
if (!buildDependencies.has(file)) return
logger.info('CLI', `Change detected: ${type} ${file}`)
debouncedBuildAll()
})

chokidar#L153-L159

Note: globs must not contain windows separators (\), because that's how they work by the standard — you'll need to replace them with forward slashes (/).

System info

System:
    OS: Windows 10 
Binaries:
    Node: 16.13.0
    npm: 8.1.0
@qianphong
Copy link
Contributor Author

fixed on #466

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant