From 9c1104f99a78e973aa2ab478a6b986c73e557f2c Mon Sep 17 00:00:00 2001 From: Tran Van Sang Date: Sat, 22 Aug 2020 20:46:43 +0900 Subject: [PATCH] Update README.md fix https://github.com/webpack-contrib/css-loader/issues/1173 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3c9133d..ce5984a6 100644 --- a/README.md +++ b/README.md @@ -951,7 +951,7 @@ module.exports = { }; ``` -##### `exportlocalsConvention` +##### `exportLocalsConvention` Type: `String` Default: based on the `modules.namedExport` option value, if `true` - `camelCaseOnly`, otherwise `asIs`