-
Notifications
You must be signed in to change notification settings - Fork 27
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
Upgrade dependencies #47
Comments
Yeah, it would be great to upgrade these dependencies, though it might be not a very easy journey. Babel 6 -> Babel 7 upgrade is needed, it should be generally straightforward. But I'm not sure that all the latest deps (for example watchpack) can actually use the latest fsevents version. And I'm not also sure if multiple chokidar/fsevents versions can coexist peacefully, I saw at least once the multiple chokidar versions do not work well together: |
Have you considered just using native Looking at watchpack, they removed chokidar in v2 beta releases: webpack/watchpack@805b665#diff-b9cfc7f2cdf78a7f4b91a753d10865a2 |
@xPaw Well, |
Well, chokidar comes with the baggage of fsevents, which has a native package (and all of its problems) |
Please update chokidar v3 |
We get following warnings in our project:
The text was updated successfully, but these errors were encountered: