Created
August 24, 2017 07:38
-
-
Save pandada8/858eeaacdbaefda0add7ce883fd42324 to your computer and use it in GitHub Desktop.
disable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.plugins.some(x => { | |
if (x.shouldClearConsole !== undefined) { | |
config.plugins.splice(config.plugins.indexOf(x), 1) | |
return true | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment