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

webpack --watch doesn't work with parenthesis in the project path #18

Closed
bebraw opened this issue Dec 24, 2016 · 1 comment
Closed

webpack --watch doesn't work with parenthesis in the project path #18

bebraw opened this issue Dec 24, 2016 · 1 comment

Comments

@bebraw
Copy link

bebraw commented Dec 24, 2016

I would never in my right mind add parenthesis to a path name (i.e. "(" or ")"). Unfortunately Dropbox does this when you have a personal account and company account on the same machine. I store my personal projects in "~/Dropbox (Personal)". I've been trying for a while to figure out why I couldn't get react hot reloading to work and the parenthesis in the project path seem to cause watch to not notice file change. To reproduce run the webpack tutorial from a directory with parenthesis in its name.

Webpack version:
1.13.1

Please tell us about your environment:
OSX 10.11.5

Current behavior:
webpack --watch will not notice changes in files and thus will not recompile or update the UI.

Expected/desired behavior:
Webpack worked just like it does with a path without parenthesis in the name.

  • What is the motivation / use case for changing the behavior?
    Dropbox folder naming suckage.

Moved from webpack/webpack#2753

@SpaceK33z
Copy link
Member

Moving again since this was the wrong project 😄. Moved to webpack/watchpack#42.

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

2 participants