-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Parcel serve (watch) not update files #2105
Comments
i can confirm that HMR is broken with pug in 1.10.1, compiling is happening, browser is just not auto refreshed |
The same is true on Linux(Ubuntu 18.04). I temporarily lowered the |
Got fixed already #2091 |
@DeMoorJasper Hello! Technical details:
This is my dev dependencies before I have upgraded packages:
This is what it became after changes:
Babel config file content (.babelrc) before upgrade:
Babel config file content after upgrade:
Could you, please, tell me whether I should open an Issue or may be you have some advises to fix the problem? |
Created an issue #2716 |
🐛 bug report
On windows, parcel serve apparently don't work. Strange random or unknown working.
Steps:
parcel serve src/index.pug --open
🎛 Configuration (.babelrc, package.json, cli command)
Included in repo: https://github.com/ManzDev/parcel-document-blank
🤔 Expected Behavior
✔️ Blank page.
✔️ When add .pug content: update page browser with html content changes.
✔️ When add .pcss content: update page browser with css visual changes.
😯 Current Behavior
With Parcel 1.10.1
✔️ Blank page.
When add .pug content: ❌ no update on save
When add .pcss content: ❌ no update on first save, ✔️ update CSS on second and next saves but not HTML. (if reload browser with F5, I see changes correctly)
With downgrade to Parcel 1.9.2
✔️ Blank page.
When add .pug content: ✔️ update page browser with html content changes.
When add .pcss content: ❌ no update on first save, ✔️ update on second and next saves.
💁 Possible Solution
Not sure.
💻 Code Sample
https://github.com/ManzDev/parcel-document-blank
🌍 Your Environment
The text was updated successfully, but these errors were encountered: