From 96e0a79771da5061e11f042d0f778fd65d883937 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Wed, 24 Apr 2019 15:34:47 +0300 Subject: [PATCH] stremio-icons path removed from webpack config --- webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 776441513..caba2dc79 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -15,8 +15,7 @@ module.exports = { { test: /\.js$/, include: [ - path.resolve(__dirname, 'src'), - path.resolve(__dirname, 'node_modules/stremio-icons/dom') + path.resolve(__dirname, 'src') ], use: { loader: 'babel-loader',