mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +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: [
|
plugins: [
|
||||||
new HtmlWebPackPlugin({
|
new HtmlWebPackPlugin({
|
||||||
template: './src/index.html'
|
template: './src/index.html'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue