https://github.com/webpack/css-loader#css-loader The project recommends using webpack's built-in CSS parsing: https://webpack.js.org/guides/native-css We use it here: https://github.com/guardian/dotcom-rendering/blob/766d50865976d1959103d16dd15089d739b0f44d/dotcom-rendering/webpack/webpack.config.client.js#L137-L140
https://github.com/webpack/css-loader#css-loader
The project recommends using webpack's built-in CSS parsing: https://webpack.js.org/guides/native-css
We use it here:
dotcom-rendering/dotcom-rendering/webpack/webpack.config.client.js
Lines 137 to 140 in 766d508