Skip to content

Commit cf4a44b

Browse files
build: preserve original class names with hash suffix addition
1 parent f00bffc commit cf4a44b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

webpack.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ module.exports = env => {
4848
{
4949
loader: 'css-loader',
5050
options: {
51-
modules: true,
51+
modules: {
52+
localIdentName: '[name]__[local]--[hash:base64:5]',
53+
},
5254
},
5355
}
5456
],

0 commit comments

Comments
 (0)