mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
use css modules for every package
This commit is contained in:
parent
04951911d9
commit
5768d9cdc6
1 changed files with 1 additions and 9 deletions
|
|
@ -43,15 +43,7 @@ module.exports = {
|
|||
options: {
|
||||
importLoaders: 2,
|
||||
modules: {
|
||||
getLocalIdent: (context, localIdentName, localName, options) => {
|
||||
if (context.resourcePath.startsWith(path.resolve(__dirname, 'src/routes'))) {
|
||||
localIdentName = '[local]';
|
||||
} else {
|
||||
localIdentName = '[local]-[hash:base64:5]';
|
||||
}
|
||||
|
||||
return getLocalIdent(context, localIdentName, localName, options);
|
||||
}
|
||||
localIdentName: '[local]-[hash:base64:5]'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue