Skip to content

Commit

Permalink
Add ignore-loader to handle .md files (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewizarodofoz authored and matthewlane committed Oct 3, 2017
1 parent 6b6a1fb commit c0a608d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,19 @@
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-documentation": "^3.2.1",
"gulp-eslint": "^4.0.0",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.2",
"gulp-documentation": "^3.2.1",
"gulp-optimize-js": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.0",
"gulp-webdriver": "^1.0.1",
"ignore-loader": "^0.1.2",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.0",
"json-loader": "^0.5.1",
Expand Down
4 changes: 4 additions & 0 deletions webpack.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ module.exports = {
test: /\.json$/,
loader: 'json-loader'
},
{
test: /\.md$/,
loader: 'ignore-loader'
},
{
test: /constants.json$/,
include: /(src)/,
Expand Down

0 comments on commit c0a608d

Please sign in to comment.