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
I have the following code below, using the default sveltejs/template-webpack template
<stylelang="scss">
@use'styles';
</style>
When editing the styles.scss file, reloads are triggered on change just fine, until a mistake is made inside the scss file.
After the webpack compilation error, editing the styles.scss file no longer causes any changes, and direct edits must be made to the .svelte file to trigger further reloads.
This issue only happens on webpack, presumably with the svelte loader, rollup handles changes to the scss file after an error just fine...
I think it's similar to #72 in a way, except only after compilation error
The text was updated successfully, but these errors were encountered:
I have the following code below, using the default
sveltejs/template-webpack
templateWhen editing the
styles.scss
file, reloads are triggered on change just fine, until a mistake is made inside the scss file.After the webpack compilation error, editing the
styles.scss
file no longer causes any changes, and direct edits must be made to the.svelte
file to trigger further reloads.This issue only happens on webpack, presumably with the svelte loader, rollup handles changes to the scss file after an error just fine...
I think it's similar to #72 in a way, except only after compilation error
The text was updated successfully, but these errors were encountered: