You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does not update when I change the the script.ts or style.scss files. Updates them if I also unnecessarily import those files inside the index.html file.
<!-- index.html --><htmllang="en"><head><title>Go go go! Go A no go B!</title><linkrel="stylesheet" href="style.scss"></head><body><scriptsrc="index.ts"></script></body></html>
This is strange, I'll look into this when I find the time. Maybe tomorrow.
Contents should pass the html processor of parcel and get watched so in theory it should work... and it's the first time this error got reported so I guess it's an edge case or something idk seems strange that nobody else had this in about 2 years. Maybe it's related to a relatively recent commit and the new svelte version?
@DeMoorJasper while initially getting Svelte and Parcel to work I bumped into #44, then followed #44 (comment) these instructions and forgot about it. Rebumped into it when creating the example repo.
🐛 Bug Report
Does not update when I change the the
script.ts
orstyle.scss
files. Updates them if I also unnecessarily import those files inside theindex.html
file.🎛 Configuration (.svelterc, package.json, cli command)
Windows WSL
cli:
rm -rf dist && parcel src/index.html
package.json:
The text was updated successfully, but these errors were encountered: