1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
This commit is contained in:
muerwre 2019-07-27 06:51:03 +07:00
parent 1a7557eab4
commit 1b37ed4bbf
6 changed files with 42 additions and 20 deletions

View file

@ -61,7 +61,7 @@ module.exports = () => {
modules: true,
sourceMap: true,
importLoaders: 2,
localIdentName: '[name]__[local]__[hash:base64:5]'
localIdentName: '[folder]__[local]__[hash:base64:5]'
}
},
{ loader: 'less-loader' }
@ -77,7 +77,7 @@ module.exports = () => {
modules: true,
sourceMap: true,
importLoaders: 2,
localIdentName: '[name]__[local]__[hash:base64:5]'
localIdentName: '[folder]__[local]__[hash:base64:5]'
}
},
{ loader: 'resolve-url-loader' },