From 88c2a477ed6803f763add0e4eab883831f001365 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Mon, 16 Nov 2020 15:14:43 +0300 Subject: [PATCH] docs: fix outdated docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5200ce4c..34c9401c 100644 --- a/README.md +++ b/README.md @@ -995,8 +995,9 @@ module.exports = { test: /\.css$/i, loader: "css-loader", options: { - mode: "local", - localsConvention: "camelCase", + modules: { + exportLocalsConvention: "camelCase", + }, }, }, ],