Skip to content

Commit 9143415

Browse files
committed
update css modules setup
1 parent 7a3e905 commit 9143415

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildTools/webpack.common.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ module.exports = (env, options) => {
137137
}),
138138
localIdentContext: srcPath,
139139
localIdentHashSalt: 'react-boilerplate',
140-
exportLocalsConvention: 'camelCaseOnly',
140+
exportLocalsConvention: 'camel-case-only',
141+
namedExport: false,
141142
},
142143
}
143144
: {}),

0 commit comments

Comments
 (0)