sveltejs/sapper

MiniCssExtractPlugin not working anymore on webpack after 0.28.1

Closed this issue · 3 comments

#1415 This change broke MiniCssExtractPlugin on webpack.

CSS files are not included anymore in the resulting html.

Can you test with 0.28.3? It has a bunch of CSS fixes in it

Can you test with 0.28.3? It has a bunch of CSS fixes in it

Just tried, unfortunately it's still not working. CSS files is created under dev/client but it's not imported in the generated html.

It works with 0.28.0 though,

This is what i'm working on if it could be of any help: https://github.com/monkeythedev/svelte-material-ui/tree/typescript_4%2Bmaterial_7/site

Thanks. Sharing that was helpful and allowed me to reproduce. I sent a fix here: #1461