mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
colors
This commit is contained in:
parent
1a7557eab4
commit
1b37ed4bbf
6 changed files with 42 additions and 20 deletions
|
@ -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' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue