Skip to content

Commit

Permalink
Remove json-loader from config
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Jan 31, 2017
1 parent 74b9000 commit ccdda52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Expand Up @@ -37,7 +37,7 @@ module.exports = ->
use: ["fbp-loader"]
,
test: /\.yaml$/
use: ["json-loader!yaml-include-loader"]
use: ["yaml-include-loader"]
]
resolve:
extensions: [".coffee", ".js"]
Expand Down

0 comments on commit ccdda52

Please sign in to comment.