From 727427b957770d329bc3f841b62df498f794a785 Mon Sep 17 00:00:00 2001 From: Vasilii A <3757319+vsn4ik@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:49:13 +0300 Subject: [PATCH] docs: fix example of the namedExport (#1103) --- 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, + }, }, }, ],