mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
stremio added as a path alias
This commit is contained in:
parent
a87eb4adf6
commit
b906153e8f
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ module.exports = {
|
|||
resolve: {
|
||||
extensions: ['.js', '.json', '.less', '.wasm'],
|
||||
alias: {
|
||||
'stremio': path.resolve(__dirname, 'src'),
|
||||
'stremio-common': path.resolve(__dirname, 'src/common'),
|
||||
'stremio-routes': path.resolve(__dirname, 'src/routes'),
|
||||
'stremio-services': path.resolve(__dirname, 'src/services'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue