Fix naming inside the comment
This commit is contained in:
parent
8f4953c182
commit
f94abb5611
1 changed files with 2 additions and 2 deletions
|
@ -39,9 +39,9 @@ module.exports = {
|
||||||
path.resolve(__dirname, 'node_modules/matrix-react-sdk/res/themes/dark/css/'),
|
path.resolve(__dirname, 'node_modules/matrix-react-sdk/res/themes/dark/css/'),
|
||||||
],
|
],
|
||||||
// 1. postcss-loader turns the SCSS into normal 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.
|
// 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
|
// would also drag in the imgs and fonts that our CSS refers to
|
||||||
// as webpack inputs.)
|
// as webpack inputs.)
|
||||||
// 3. ExtractTextPlugin turns that string into a separate asset.
|
// 3. ExtractTextPlugin turns that string into a separate asset.
|
||||||
|
|
Loading…
Reference in a new issue