diff --git a/webpack.config.js b/webpack.config.js index a9a5398d6..48e09d0b9 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -19,6 +19,11 @@ module.exports = { } ] }, + resolve: { + alias: { + 'stremio-common': path.resolve(__dirname, 'src/common') + } + }, plugins: [ new HtmlWebPackPlugin({ template: './src/index.html'