Skip to content

Commit 0cdc4a6

Browse files
docs: fix (#977)
1 parent 601155c commit 0cdc4a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ module.exports = {
10581058
{
10591059
resourceQuery: "?dark",
10601060
use: [
1061-
Self.loader,
1061+
MiniCssExtractPlugin.loader,
10621062
"css-loader",
10631063
{
10641064
loader: "sass-loader",
@@ -1070,7 +1070,7 @@ module.exports = {
10701070
},
10711071
{
10721072
use: [
1073-
Self.loader,
1073+
MiniCssExtractPlugin.loader,
10741074
"css-loader",
10751075
{
10761076
loader: "sass-loader",

0 commit comments

Comments
 (0)