Skip to content

Commit

Permalink
fix: readme namedExport example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vsn4ik committed Jun 15, 2024
1 parent aab1b12 commit 92e7ae9
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 92e7ae9

Please sign in to comment.