mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +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: {
|
resolve: {
|
||||||
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')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue