mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +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: [
|
rules: [
|
||||||
{
|
{
|
||||||
test: /\.js$/,
|
test: /\.js$/,
|
||||||
include: [
|
exclude: [
|
||||||
path.resolve(__dirname, 'src')
|
path.resolve(__dirname, 'node_modules')
|
||||||
],
|
],
|
||||||
use: {
|
use: {
|
||||||
loader: 'babel-loader',
|
loader: 'babel-loader',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue