mirror of https://github.com/opensumi/core
fix: components css-loader hash (#3672)
This commit is contained in:
parent
17831f19ab
commit
3d23e0d8d1
|
@ -84,9 +84,6 @@ module.exports = {
|
|||
options: {
|
||||
importLoaders: 1,
|
||||
sourceMap: false,
|
||||
modules: {
|
||||
localIdentName: '[local]_[hash:base64:5]',
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue