mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
stremio-icons/dom compiled
This commit is contained in:
parent
d4c4299dec
commit
9407b354c4
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,10 @@ module.exports = {
|
|||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
exclude: /node_modules/,
|
||||
include: [
|
||||
path.resolve(__dirname, 'src'),
|
||||
path.resolve(__dirname, 'node_modules/stremio-icons/dom')
|
||||
],
|
||||
use: {
|
||||
loader: 'babel-loader'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue