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
run npx create-snowpack-app new-dir --template @snowpack/app-template-svelte
enter new-dir and run npm run start
edit src/App.svelte, change background color for .App-header to #000000
reload browser
Expected:
Background color is black.
Current:
Style is missing.
Possible Sulotion:
It seems when svelte file changed, only etag for /_dist_/App.css.proxy.js?mtime=xxx was changed, but etag for origin url /_dist_/App.css.proxy.js was not update.
snowpack: 2.15.1
Steps to reproduce:
npx create-snowpack-app new-dir --template @snowpack/app-template-svelte
npm run start
src/App.svelte
, change background color for.App-header
to#000000
Expected:
Background color is black.
Current:
Style is missing.
Possible Sulotion:
It seems when svelte file changed, only etag for
/_dist_/App.css.proxy.js?mtime=xxx
was changed, but etag for origin url/_dist_/App.css.proxy.js
was not update.https://github.com/snowpackjs/snowpack/blob/626b8fa8c2109f6903ca4ea3731d4f6ae6eac00a/snowpack/src/commands/dev.ts#L1178
The text was updated successfully, but these errors were encountered: