sveltejs / template-webpack

Template for building basic Svelte applications with webpack
300 stars 118 forks source link

Document use of CSS loaders #30

Closed scottdotweb closed 3 years ago

scottdotweb commented 3 years ago

The template contains the comment "MiniCssExtractPlugin doesn't support HMR. For developing, use 'style-loader' instead." As a newcomer to both Webpack and Svelte, I don't know why I would want to use MiniCssExtractPlugin, so it would be helpful for that part of the configuration to be explained further.

benmccann commented 3 years ago

This is fixed now with #36