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

Hot Reloading isn't working on Webstorm #3

Closed
saimanish1 opened this issue Mar 13, 2019 · 6 comments
Closed

Hot Reloading isn't working on Webstorm #3

saimanish1 opened this issue Mar 13, 2019 · 6 comments

Comments

@saimanish1
Copy link

I've tried it on Webstorm in ubuntu. Webstorm saves automatically without pressing ctrl + s. Generally hot reloading works on ctrl +s on create-react-app but in this case it isn't.

@adrianmcli
Copy link
Collaborator

Would this have something to do with how Parcel watches file changes? I've said this elsewhere, but this is really just a simple Parcel app. So it might make sense to ask this on the Parcel repo: https://github.com/parcel-bundler/parcel/issues

@saimanish1
Copy link
Author

Yeah I've gone through their issues page. Seems like many people are facing this problem even on vscode but it works fine for me on vscode.

@adrianmcli
Copy link
Collaborator

Would be good to link that issue here as well.

@saimanish1
Copy link
Author

@yzaroui
Copy link

yzaroui commented Mar 19, 2019

Maybe disable safe write in Webstorm setting. Docs say:

If this checkbox is selected, a changed file is first saved in a temporary file. If the save operation succeeds, the file being saved is replaced with the saved file. (Technically, the original file is deleted and the temporary file is renamed.)

@adrianmcli
Copy link
Collaborator

Closing for now.

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

3 participants