mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
src added to LESS import paths
This commit is contained in:
parent
33420e2c03
commit
c04b0d467e
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ module.exports = {
|
|||
strictMath: true,
|
||||
noIeCompat: true,
|
||||
paths: [
|
||||
path.resolve(__dirname, 'src'),
|
||||
path.resolve(__dirname, 'node_modules')
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue