From 591cab8451bfcd25ea5757b1cd7a288f8874eab1 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Thu, 14 Jun 2018 15:15:02 +0300 Subject: [PATCH] stremio-routes added as an resolve alias in the webpack config --- webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 407d18817..0e83fcb05 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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: {