mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
app config exclude node_modules instead of include src directory
This commit is contained in:
parent
ea55d445ac
commit
5525a37f07
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ module.exports = {
|
|||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
include: [
|
||||
path.resolve(__dirname, 'src')
|
||||
exclude: [
|
||||
path.resolve(__dirname, 'node_modules')
|
||||
],
|
||||
use: {
|
||||
loader: 'babel-loader',
|
||||
|
|
|
|||
Loading…
Reference in a new issue