Fix naming inside the comment

pull/6620/head
MTRNord 2018-05-11 19:15:48 +02:00
parent 8f4953c182
commit f94abb5611
No known key found for this signature in database
GPG Key ID: E5B89311FAB91B9F
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@ module.exports = {
path.resolve(__dirname, 'node_modules/matrix-react-sdk/res/themes/dark/css/'),
],
// 1. postcss-loader turns the SCSS into normal CSS.
// 2. css-raw-loader turns the CSS into a javascript module
// 2. raw-loader turns the CSS into a javascript module
// whose default export is a string containing the CSS.
// (css-raw-loader is similar to css-loader, but the latter
// (raw-loader is similar to css-loader, but the latter
// would also drag in the imgs and fonts that our CSS refers to
// as webpack inputs.)
// 3. ExtractTextPlugin turns that string into a separate asset.