stremio-icons path removed from webpack config

This commit is contained in:
NikolaBorislavovHristov 2019-04-24 15:34:47 +03:00
parent 95e81cdfd2
commit 96e0a79771

View file

@ -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',