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
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Moving this from #116 (comment) since that issue is closed by #153. If webpack emits non-JS assets for a route, Sapper will still generate a <script> tag for them:
<scriptsrc='/client/123xyz/main.css'></script>
The text was updated successfully, but these errors were encountered:
I'm currently running into this, getting things like <script src=/client/fbd4e5d87f8d7dec1966/main.0.css> injected into the page when attempting to set up mini-css-extract-plugin to generate a global css file.
Expanding upon this, I also need to inject that CSS file into the head as a <link>. I'm using sapper-template as the base, which currently has no pre-defined CSS processing beyond what svelte provides. I've openned an issue about it there: sveltejs/sapper-template#59
Moving this from #116 (comment) since that issue is closed by #153. If webpack emits non-JS assets for a route, Sapper will still generate a
<script>
tag for them:The text was updated successfully, but these errors were encountered: