mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
stremio-services alias added to webpack config
This commit is contained in:
parent
4d3938cd0d
commit
799a74e4d6
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ module.exports = {
|
|||
extensions: ['.js', '.json', '.less'],
|
||||
alias: {
|
||||
'stremio-common': path.resolve(__dirname, 'src/common'),
|
||||
'stremio-routes': path.resolve(__dirname, 'src/routes')
|
||||
'stremio-routes': path.resolve(__dirname, 'src/routes'),
|
||||
'stremio-services': path.resolve(__dirname, 'src/services')
|
||||
}
|
||||
},
|
||||
devServer: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue