mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
stremio-routes added as an resolve alias in the webpack config
This commit is contained in:
parent
eaf165c48f
commit
591cab8451
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@ module.exports = {
|
|||
resolve: {
|
||||
extensions: ['.js', '.json', '.less'],
|
||||
alias: {
|
||||
'stremio-common': path.resolve(__dirname, 'src/common')
|
||||
'stremio-common': path.resolve(__dirname, 'src/common'),
|
||||
'stremio-routes': path.resolve(__dirname, 'src/routes')
|
||||
}
|
||||
},
|
||||
devServer: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue