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 don't think an issue is already open for this problem but I noticed that (both with typescript and not) when I update an imported css file a "signal" arrives in the browser that some file has changed but the page does not update with that relative change and I need an entire manual page reload.
I have this code in App.svelte:
import'./index.pcss'
I'm using import postcss from 'rollup-plugin-postcss' in rollup.config.js.
It happens with both nollup and rollup dev commands.
I don't think an issue is already open for this problem but I noticed that (both with typescript and not) when I update an imported css file a "signal" arrives in the browser that some file has changed but the page does not update with that relative change and I need an entire manual page reload.
I have this code in
App.svelte
:I'm using
import postcss from 'rollup-plugin-postcss'
inrollup.config.js
.It happens with both
nollup
androllup
dev commands.You are aware of this, right @rixo?
The text was updated successfully, but these errors were encountered: