mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-12 00:50:39 +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'],
|
extensions: ['.js', '.json', '.less'],
|
||||||
alias: {
|
alias: {
|
||||||
'stremio-common': path.resolve(__dirname, 'src/common'),
|
'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: {
|
devServer: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue