-
Notifications
You must be signed in to change notification settings - Fork 915
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
Hot reloading fails if path has special characters in it ie Dropbox Business #665
Comments
Thank you for your filling! I can understand about Dropbox business folder. |
@kapuzon that's a problem of webpack-hot-middleware (or even webpack-core's Happens with other sync services as well. I think we can do little about it in vue-loader. |
@monowales after some research: does the path to your Dropbox folder contain spüecial chars like parenthesis? Dropbox for business adds something like |
Thanks for responses guys. Yep @LinusBorg, see title. Is the done thing to just wait for the dependency library maintainers to get around to fixing this? ( |
Well, we can't fix webpack or its dependencies ... Could you maybe try a symlink as a workaround? |
Thanks @LinusBorg, I already have a symlink to Dropbox for development, and that doesn't solve it. I've hacked the Thanks for the great work by the way. |
Closing since this seems to be out of our hands? |
Not sure if this is an issue, or an issue for hotreload middleware, but if you are serving app from Dropbox business folder, (which forces you to use Dropbox (Business Name) as a name format), the hot reloading feature doesn't work anymore.
The text was updated successfully, but these errors were encountered: