mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
stremio-common alias declared
This commit is contained in:
parent
991d7a228c
commit
67f3668166
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@ module.exports = {
|
|||
}
|
||||
]
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'stremio-common': path.resolve(__dirname, 'src/common')
|
||||
}
|
||||
},
|
||||
plugins: [
|
||||
new HtmlWebPackPlugin({
|
||||
template: './src/index.html'
|
||||
|
|
|
|||
Loading…
Reference in a new issue