Skip to content

Commit 06608fb

Browse files
committed
feat: (client) added injectNotification option & defaulted to false
1 parent 4803786 commit 06608fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/default-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ module.exports = {
544544
},
545545

546546
injectFileTypes: ["css", "png", "jpg", "jpeg", "svg", "gif", "webp", "map"],
547+
injectNotification: false, // console | overlay
547548
excludedFileTypes: [
548549
"js",
549550
"css",

0 commit comments

Comments
 (0)