Skip to content

Commit

Permalink
fix: remove file-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Oct 10, 2019
1 parent 414096c commit 8f53663
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ module.exports = config => ({
]
]
}
},
{
test: /\.node$/i,
use: [
{
loader: "file-loader"
}
]
}
]
},
Expand Down

0 comments on commit 8f53663

Please sign in to comment.