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, + }, }, }, ],