From 92e7ae94e43884643189304c39aaac4f57331f19 Mon Sep 17 00:00:00 2001 From: Vasilii A <3757319+vsn4ik@users.noreply.github.com> Date: Sat, 15 Jun 2024 01:01:21 +0000 Subject: [PATCH] fix: readme namedExport example fix --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42c3e674..cc2dc8c2 100644 --- a/README.md +++ b/README.md @@ -592,9 +592,11 @@ module.exports = { }, { loader: "css-loader", - esModule: true, - modules: { - namedExport: true, + options: { + esModule: true, + modules: { + namedExport: true, + }, }, }, ],