Skip to content

Commit

Permalink
docs: fix example of the namedExport (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsn4ik committed Jun 19, 2024
1 parent aab1b12 commit 727427b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,9 +592,11 @@ module.exports = {
},
{
loader: "css-loader",
esModule: true,
modules: {
namedExport: true,
options: {
esModule: true,
modules: {
namedExport: true,
},
},
},
],
Expand Down

0 comments on commit 727427b

Please sign in to comment.