sapper-template-hot
sapper-template-hot copied to clipboard
Not working in the latest release (0.28) of sapper.
New method that generates CSS files for each component in sapper causes this to break.
I have been totally dragged by work lately, I didn't have the time to follow the latest developments unfortunately... What branch are you using, Webpack or Rollup? Do you have a link to some discussion about this new way of generating CSS maybe?
I am using rollup. Sapper no longer generates a single CSS file for the whole project. If the project directory is something like:
- routes
- _layout.svelte
- index.svelte
- about.svelte
Then the output CSS files would be like this in the sapper/dev directory
- client
- assets
- client-c8e0a0c1.css
- index-a5b1d8e8.css
- about-f4dbc87d.css
You can run sapper dev
in the official sapper repo to see the output.