Skip to content

Commit 727427b

Browse files
authored
docs: fix example of the namedExport (#1103)
1 parent aab1b12 commit 727427b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -592,9 +592,11 @@ module.exports = {
592592
},
593593
{
594594
loader: "css-loader",
595-
esModule: true,
596-
modules: {
597-
namedExport: true,
595+
options: {
596+
esModule: true,
597+
modules: {
598+
namedExport: true,
599+
},
598600
},
599601
},
600602
],

0 commit comments

Comments
 (0)