Skip to content

Commit cd51106

Browse files
committed
ref: #187 update 09 pending update readme
1 parent 7d45713 commit cd51106

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

hooks/09_Sidebar/webpack.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ module.exports = {
4747
{
4848
loader: "css-loader",
4949
options: {
50-
modules: true,
51-
localIdentName: "[name]__[local]___[hash:base64:5]",
52-
camelCase: true,
50+
modules: {
51+
localIdentName: "[name]__[local]___[hash:base64:5]",
52+
},
53+
localsConvention: "camelCase",
5354
},
5455
},
5556
],

0 commit comments

Comments
 (0)