mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
stremio-icons path removed from webpack config
This commit is contained in:
parent
95e81cdfd2
commit
96e0a79771
1 changed files with 1 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue