Skip to content

Commit 88c2a47

Browse files
docs: fix outdated docs
1 parent 73456d3 commit 88c2a47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -995,8 +995,9 @@ module.exports = {
995995
test: /\.css$/i,
996996
loader: "css-loader",
997997
options: {
998-
mode: "local",
999-
localsConvention: "camelCase",
998+
modules: {
999+
exportLocalsConvention: "camelCase",
1000+
},
10001001
},
10011002
},
10021003
],

0 commit comments

Comments
 (0)