From 06608fbe8d7e01fba19987f7de745af62535b57b Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Sun, 29 Apr 2018 20:55:57 +0100 Subject: [PATCH] feat: (client) added `injectNotification` option & defaulted to false --- lib/default-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/default-config.js b/lib/default-config.js index 0c2f1a26e..5befd33ac 100644 --- a/lib/default-config.js +++ b/lib/default-config.js @@ -544,6 +544,7 @@ module.exports = { }, injectFileTypes: ["css", "png", "jpg", "jpeg", "svg", "gif", "webp", "map"], + injectNotification: false, // console | overlay excludedFileTypes: [ "js", "css",