Skip to content

Commit

Permalink
feat: (client) added injectNotification option & defaulted to false
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Apr 29, 2018
1 parent 4803786 commit 06608fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/default-config.js
Expand Up @@ -544,6 +544,7 @@ module.exports = {
},

injectFileTypes: ["css", "png", "jpg", "jpeg", "svg", "gif", "webp", "map"],
injectNotification: false, // console | overlay
excludedFileTypes: [
"js",
"css",
Expand Down

0 comments on commit 06608fb

Please sign in to comment.