Skip to content
This repository was archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
use raw-loader for .txt files (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion authored Jul 5, 2017
1 parent 7d06aea commit e492af7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ module.exports.js = function (gulp, config) {
{
test: /\.html$/,
loader: 'raw'
},
{
test: /\.txt$/,
loader: 'raw'
}
]
},
Expand Down

0 comments on commit e492af7

Please sign in to comment.