mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
minimize state-container js
This commit is contained in:
parent
66efc0c350
commit
91936f1254
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ module.exports = {
|
|||
test: /\.js$/,
|
||||
include: [
|
||||
path.resolve(__dirname, 'src'),
|
||||
path.resolve(__dirname, 'node_modules/stremio-icons/dom')
|
||||
path.resolve(__dirname, 'node_modules/stremio-icons/dom'),
|
||||
path.resolve(__dirname, 'node_modules/stremio-state-container-web')
|
||||
],
|
||||
use: {
|
||||
loader: 'babel-loader',
|
||||
|
|
|
|||
Loading…
Reference in a new issue